summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/html5/option.tag
blob: ea08093f2a954d83093740908c2b9cc17c85eb9f (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
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="option" hasFocus="1" hasCore="1" hasI18n="1" hasScript="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>

    <stoppingtags>
	<stoppingtag name="option" />
    </stoppingtags>

</tag>
</TAGS>