summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/wml-1-2/option.tag
blob: 4bb7086bbc8f0b86a68702a74422d459eff43d84 (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
<!DOCTYPE TAGS>
<TAGS>
<tag name="option" hasCore="1">

    <attr name="value" status="implied" type="input">
        <text>Value of variable</text> 
        <textlocation col="0" row="0" />
        <location col="1" row="0" colspan="3"/>
    </attr>

    <attr name="title" status="implied" type="input">
        <text>Title</text>
        <textlocation col="0" row="1" />
        <location col="1" row="1"/>
    </attr>

    <attr name="onpick" status="implied" type="url">
        <text>URL</text>
        <textlocation col="0" row="2" />
        <location col="1" row="2" />
    </attr>

    <attr name="xml:lang" status="implied" type="input">
        <text>Override xml:lang</text>
        <textlocation col="0" row="3" />
        <location col="1" row="3" />
    </attr>

</tag>
</TAGS>