NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/Chameleon/trunk/Chameleon/Popup.help.xml

Revision 13 (checked in by jcleary, 17 years ago)

Latest Chameleon code checkout from previous repository

Line 
1 <widgetdoc name="Popup">
2   <language name="en-CA">
3     <description>
4 Base attribute for Popup.
5     </description>
6     <attributes>
7       <attribute name="POPUPWIDTH" type="integer" required="true">
8         <description>
9 Popup window width.
10         </description>
11       </attribute>
12       <attribute name="POPUPHEIGHT" type="integer" required="true">
13         <description>
14 Popup window height.
15         </description>
16       </attribute>
17       <attribute name="TOOLBAR" type="boolean" required="false">
18         <description>
19 Include toolbar in popup window.
20         </description>
21       </attribute>
22       <attribute name="MENUBAR" type="boolean" required="false">
23         <description>
24 Include menubar in popup window.
25         </description>
26       </attribute>
27       <attribute name="STATUS" type="boolean" required="false">
28         <description>
29 Include status in popup window.
30         </description>
31       </attribute>
32       <attribute name="SCROLLBARS" type="boolean" required="false">
33         <description>
34 Include scroll bars in popup window.
35         </description>
36       </attribute>
37       <attribute name="RESIZABLE" type="boolean" required="false">
38         <description>
39 Is popup resizable
40         </description>
41       </attribute>
42       <attribute name="POPUPSTYLERESOURCE" type="string" required="false">
43         <description>
44 Popup style.
45         </description>
46       </attribute>
47     </attributes>
48   </language>
49   <language name="fr-CA">
50     <description>
51 Base attribute for Popup.
52     </description>
53     <attributes>
54       <attribute name="POPUPWIDTH" type="integer" required="true">
55         <description>
56 Popup window width.
57         </description>
58       </attribute>
59       <attribute name="POPUPHEIGHT" type="integer" required="true">
60         <description>
61 Popup window height.
62         </description>
63       </attribute>
64       <attribute name="TOOLBAR" type="boolean" required="false">
65         <description>
66 Include toolbar in popup window.
67         </description>
68       </attribute>
69       <attribute name="MENUBAR" type="boolean" required="false">
70         <description>
71 Include menubar in popup window.
72         </description>
73       </attribute>
74       <attribute name="STATUS" type="boolean" required="false">
75         <description>
76 Include status in popup window.
77         </description>
78       </attribute>
79       <attribute name="SCROLLBARS" type="boolean" required="false">
80         <description>
81 Include scroll bars in popup window.
82         </description>
83       </attribute>
84       <attribute name="RESIZABLE" type="boolean" required="false">
85         <description>
86 Is popup resizable
87         </description>
88       </attribute>
89       <attribute name="POPUPSTYLERESOURCE" type="string" required="false">
90         <description>
91 Popup style.
92         </description>
93       </attribute>
94     </attributes>
95   </language>
96 </widgetdoc>
Note: See TracBrowser for help on using the browser.