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

root/Chameleon/trunk/Chameleon/Button.help.xml

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

Latest Chameleon code checkout from previous repository

Line 
1 <widgetdoc name="Button">
2   <language name="en-CA">
3     <description>
4 Base attribute for Button.
5     </description>
6     <attributes>
7       <attribute name="TOOLSET" type="string" required="false">
8         <description>
9 Toolset
10         </description>
11       </attribute>
12       <attribute name="DEFAULT" type="boolean" required="false">
13         <description>
14 default
15         </description>
16       </attribute>
17       <attribute name="STYLERESOURCE" type="string" required="false">
18         <description>
19 Style resource
20         </description>
21       </attribute>
22       <attribute name="LABELALIGN" type="string" required="false">
23         <description>
24 Aligment of the label (LEFT, CENTER, RIGHT).
25         </description>
26       </attribute>
27       <attribute name="IMAGE" type="string" required="false">
28         <description>
29 Button image
30         </description>
31       </attribute>
32       <attribute name="IMAGEWIDTH" type="integer" required="false">
33         <description>
34 Image width.
35         </description>
36       </attribute>
37       <attribute name="IMAGEHEIGHT" type="integer" required="false">
38         <description>
39 Image height.
40         </description>
41       </attribute>
42       <attribute name="IMAGETIP" type="string" required="false">
43         <description>
44 Image tip
45         </description>
46       </attribute>
47       <attribute name="ONCLICK" type="string" required="false">
48         <description>
49 On click
50         </description>
51       </attribute>
52     </attributes>
53   </language>
54   <language name="fr-CA">
55     <description>
56 Base attribute for Popup.
57     </description>
58     <attributes>
59       <attribute name="TOOLSET" type="string" required="false">
60         <description>
61 Toolset
62         </description>
63       </attribute>
64       <attribute name="DEFAULT" type="boolean" required="false">
65         <description>
66 default
67         </description>
68       </attribute>
69       <attribute name="STYLERESOURCE" type="string" required="false">
70         <description>
71 Style resource
72         </description>
73       </attribute>
74       <attribute name="LABELALIGN" type="string" required="false">
75         <description>
76 Aligment of the label (LEFT, CENTER, RIGHT).
77         </description>
78       </attribute>
79       <attribute name="IMAGE" type="string" required="false">
80         <description>
81 Button image
82         </description>
83       </attribute>
84       <attribute name="IMAGEWIDTH" type="integer" required="false">
85         <description>
86 Image width.
87         </description>
88       </attribute>
89       <attribute name="IMAGEHEIGHT" type="integer" required="false">
90         <description>
91 Image height.
92         </description>
93       </attribute>
94       <attribute name="IMAGETIP" type="string" required="false">
95         <description>
96 Image tip
97         </description>
98       </attribute>
99       <attribute name="ONCLICK" type="string" required="false">
100         <description>
101 On click
102         </description>
103       </attribute>
104     </attributes>
105   </language>
106 </widgetdoc>
Note: See TracBrowser for help on using the browser.