Salome HOME
Fix for problem: SIGSEGV appears if to select group after opening "Edit Group" dialog...
[modules/smesh.git] / doc / salome / gui / SMESH / smesh.html
1 \r
2 <html>\r
3 <head><script language="javascript">\r
4 <!--\r
5 var sIcon="whstart.ico";\r
6 var sPath=document.location.href;\r
7 if (sPath.indexOf("http")!= -1)\r
8         document.write("<link REL=\"SHORTCUT ICON\" href=\""+ sIcon +"\">");\r
9 //-->\r
10 </script>\r
11  <title>SMESH reference manual</title>\r
12  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">\r
13  <meta name="generator" content="RoboHelp by eHelp Corporation   www.ehelp.com">\r
14  <meta name "description" content="WebHelp 2002">\r
15 </head>\r
16 <script type="text/javascript" language="javascript" src="whver.js"></script>\r
17 <script type="text/javascript" language="javascript" src="whutils.js"></script>\r
18 <script type="text/javascript" language="javascript" src="whmsg.js"></script>\r
19 <script type="text/javascript" language="javascript" >\r
20 <!--\r
21 if (!window.gbWhVer||!window.gbWhUtil||!window.gbWhMsg)\r
22         document.location.reload();\r
23 //-->\r
24 </script>\r
25 \r
26 <script type="text/javascript" language="javascript" src="whstub.js"></script>\r
27 <script language="javascript">\r
28 <!--\r
29 var nWebhelpNavPaneMode = 1;                    //1: DHTML 2:Applet 3:PureHTML 4:NoframeAt all\r
30 var strPaneDHTML  = "whskin_pdhtml.htm";                //whd_nvp10.htm  if tab enabled, whnframe.htm if tab disabled.\r
31 var strPaneApplet = "whskin_papplet.htm";\r
32 var strPaneList   = "whskin_plist.htm";\r
33 var bNoApplet  = false;\r
34 \r
35 var strPane = "";\r
36 \r
37 var nViewFrameType = nWebhelpNavPaneMode;\r
38 \r
39 if (!window.gAgent)\r
40 {\r
41         // low end browser, we don't even try to determine it.\r
42         document.location = "whnjs.htm";\r
43 }\r
44 else\r
45 {\r
46         if (!gbNav4 && !gbIE4)                          \r
47                 document.location = "whnjs.htm";\r
48         if (gbNav4 && !gbNav6 && ((gnVerMinor <= 4.06)))\r
49                 document.location = "whnjs.htm";\r
50         if (gbMac && gbIE4 && !gbIE5)           \r
51                 document.location = "whnjs.htm";\r
52         //figure out which mode is the best\r
53         if ((nWebhelpNavPaneMode == 1) ||\r
54                 (nWebhelpNavPaneMode == 2))\r
55         {\r
56                 var gbDHTML = (nWebhelpNavPaneMode == 1);\r
57                 if (nWebhelpNavPaneMode == 2)                                                           nViewFrameType = 2;\r
58                 if (gbNav4)                                                                                             nViewFrameType = 2;\r
59                 if (gbNav4 && (gnVerMinor < 4.1))                                                       nViewFrameType = 3;\r
60                 if (gbNav4 && (gnVerMinor == 4.6))                                                      nViewFrameType = 3;\r
61                 if (gbIE4 && gbDHTML)                                                                           nViewFrameType = 1;\r
62                 if (gbIE4 && gbSunOS && nWebhelpNavPaneMode == 2)                       nViewFrameType = 3;\r
63                 if (gbNav6 && gbDHTML)                                                                          nViewFrameType = 1;\r
64                 if (gbNav6 && !gbNav61 && nWebhelpNavPaneMode == 2)                     nViewFrameType = 3;\r
65                 if (gbMac)                                                                                                      nViewFrameType = 3;\r
66                 if ((bNoApplet) && (nViewFrameType == 2))                                       nViewFrameType = 3;\r
67                 if (gbOpera)                                                                                            nViewFrameType = 3;\r
68         }\r
69 }\r
70 \r
71 var gbWindows = ((gAgent.indexOf("win") != -1) || (gAgent.indexOf("16bit") != -1));\r
72 //The colordepth of the 16 color on Windows is 1. \r
73 if ((gbWindows) && (gbNav4) && (window.screen) && (window.screen.colorDepth <= 4))\r
74 {\r
75    alert("WebHelp has detected that your display is set to 16 colors. For full WebHelp support, please set your display to use 256 or more colors.");\r
76    nViewFrameType = 3;\r
77 }\r
78 \r
79 //figure out which one is navpane\r
80 // ReplaceMark:nViewFrameType = 1\r
81 if (nViewFrameType == 1)\r
82 {\r
83         if (gbNav4 && !gbNav6)\r
84                 strPane = strPaneList;\r
85         else\r
86                 strPane = strPaneDHTML;\r
87 }\r
88 else if (nViewFrameType == 2)\r
89         strPane = strPaneApplet;\r
90 else\r
91         strPane = strPaneList;\r
92 //-->\r
93 </script>\r
94 <script type="text/javascript" language="javascript" src="whstart.js"></script>\r
95 <script type="text/javascript" language="javascript">\r
96 <!--\r
97 if (!gbIE4 && !gbNav4)\r
98         document.location = "whnjs.htm";\r
99 \r
100 function CMRAgent( strID, strURL, strLabel, strFrameAttr )\r
101 {\r
102   this.m_strID = strID;\r
103   this.m_strURL = strURL;\r
104   this.m_strLabel = strLabel;\r
105   this.m_strFrameAttr = strFrameAttr;\r
106 }\r
107 \r
108 function CMRServer()\r
109 {\r
110   this.m_strVersion;\r
111   this.m_strDefAgent;\r
112   this.m_strAgentList;\r
113   this.m_bTrial;\r
114   this.m_bExpired;\r
115   this.m_bSinglePane;\r
116   this.m_strProduct;\r
117   this.m_strWindow;\r
118   this.m_strProject;\r
119   this.m_strContextID;\r
120   this.m_strCaption; \r
121   this.m_strURLSkinFile;\r
122   this.m_strURLResource;\r
123   this.m_strURLLogoImg;\r
124   this.m_strURLTopic;\r
125   this.m_strURLBase;\r
126   this.m_bShowSync;\r
127   this.m_bShowBrowseSequences;\r
128   this.m_bShowSearchInput;\r
129   this.m_cAgents = new Array;\r
130 }\r
131 var cMRServer = new CMRServer;\r
132 // GetServerInfo\r
133 // Registry the agent array handled by webhelp\r
134 // ReplaceMark:MRServer.strServerData\r
135 //-->\r
136 </script>\r
137 \r
138 <script type="text/javascript" language="javascript">\r
139 <!--\r
140 var strHTML = "<frameset rows=\"32,*\" hostof=\"parent:toolbar!startpage:yes\" frameborder=\"no\" border=\"0\"><frame src=\"whskin_tbars.htm\" id=\"toolbar\" frameborder=\"no\" border=\"0\" scrolling=\"no\" noresize marginheight=\"0\" marginwidth=\"0\" title=\"Toolbar\"></frame><frame src=\"whskin_frmset01.htm\"  frameborder=\"yes\" border=\"1\" scrolling=\"auto\" marginheight=\"0\" marginwidth=\"0\"></frame></frameset>";\r
141 document.write(strHTML);\r
142 //-->\r
143 </script>\r
144 \r
145 <frameset cols="100%,*" frameborder=no border=0>\r
146   <frame src="whnjs.htm">\r
147   <frame src="whskin_blank.htm" noresize>\r
148 </frameset>\r
149 \r
150 </html>