summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/xhtml/option.tag
blob: a1c646eaf05fa467f21435c3d1b0a955903fe49c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="option" hasScript="1" hasCore="1" hasI18n="1">

    <attr name="value" type="input">
        <text>Value</text>
        <textlocation col="0" row="0" />
        <location col="1" row="0" />
    </attr>

    <attr name="selected" type="list">
        <text>Selected</text>
        <textlocation col="0" row="1" />
        <location col="1" row="1" />
	<items>
 	  <item>selected</item>
	</items>
    </attr>

    <attr name="disabled" type="list">
        <text>Disabled</text>
        <textlocation col="0" row="2" />
        <location col="1" row="2" />
	<items>
 	  <item>disabled</item>
	</items>
    </attr>

    <attr name="label" type="input">
        <text>Label</text>
        <textlocation col="0" row="3" />
        <location col="1" row="3" />
    </attr>

</tag>
</TAGS>