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

root/Chameleon/trunk/Chameleon/Widget.help.xml

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

Latest Chameleon code checkout from previous repository

Line 
1 <widgetdoc name="Widget">
2   <language name="en-CA">
3     <description>
4 Base attribute for base widget.
5     </description>
6     <attributes>
7       <attribute name="NAME" type="string" required="false">
8         <description>
9 Widget name
10         </description>
11       </attribute>
12       <attribute name="TYPE" type="string" required="true">
13         <description>
14 Widget type
15         </description>
16       </attribute>
17       <attribute name="VISIBLE" type="BOOLEAN" required="false">
18         <description>
19 is widget visible
20         </description>
21       </attribute>
22       <attribute name="ENABLED" type="BOOLEAN" required="false">
23         <description>
24 is widget enabled
25         </description>
26       </attribute>
27     </attributes>
28   </language>
29   <language name="fr-CA">
30     <description>
31 Base attribute for Popup.
32     </description>
33     <attributes>
34       <attribute name="NAME" type="string" required="false">
35         <description>
36 Widget name
37         </description>
38       </attribute>
39       <attribute name="TYPE" type="string" required="true">
40         <description>
41 Widget type
42         </description>
43       </attribute>
44       <attribute name="VISIBLE" type="BOOLEAN" required="false">
45         <description>
46 is widget visible
47         </description>
48       </attribute>
49       <attribute name="ENABLED" type="BOOLEAN" required="false">
50         <description>
51 is widget enabled
52         </description>
53       </attribute>
54     </attributes>
55   </language>
56 </widgetdoc>
Note: See TracBrowser for help on using the browser.