Salome HOME
Update the GUI documentation for SMESH module
[modules/smesh.git] / doc / salome / gui / SMESH / whdata / whgdata.js
1 //      WebHelp 5.10.001\r
2 var gIEA = new Array();\r
3 function aGE(sName, sDef)\r
4 {\r
5         var len = gIEA.length;\r
6         gIEA[len] = new gloEntry(sName, sDef);\r
7 }\r
8 \r
9 function gloEntry(sName, sDef) \r
10 {\r
11         this.sName = sName;\r
12         this.sDef = sDef;\r
13         this.nNKOff = 0;\r
14 }\r
15 \r
16 function window_OnLoad()\r
17 {\r
18         if (parent && parent != this) {\r
19                 if (parent.putData) \r
20                 {\r
21                         parent.putData(gIEA);\r
22                 }\r
23         }\r
24 }\r
25 \r
26 window.onload = window_OnLoad;