You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdewebdev/quanta/data/dtep/xhtml/select.tag

63 lines
1.4 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="select" hasScript="1" hasCore="1" hasI18n="1">
<attr name="name" type="input">
<text>Name</text>
<textlocation col="0" row="0" />
<location col="1" row="0" />
</attr>
<attr name="multiple" type="check">
<text>Multiple</text>
<location col="1" row="1" />
</attr>
<attr name="disabled" type="check">
<text>Disabled</text>
<location col="1" row="2" />
</attr>
<attr name="tabindex" type="input">
<text>Tabindex</text>
<textlocation col="0" row="3" />
<location col="1" row="3" />
</attr>
<attr name="onfocus" type="input">
<text>Onfocus</text>
<textlocation col="0" row="4" />
<location col="1" row="4" />
</attr>
<attr name="onblur" type="input">
<text>Onblur</text>
<textlocation col="0" row="5" />
<location col="1" row="5" />
</attr>
<attr name="onchange" type="input">
<text>Onchange</text>
<textlocation col="0" row="6" />
<location col="1" row="6" />
</attr>
<attr name="size" type="input">
<text>Size</text>
<textlocation col="0" row="7" />
<location col="1" row="7" />
</attr>
<stoppingtags>
<stoppingtag name="select" />
</stoppingtags>
<children>
<child name="optgroup" />
<child name="option" />
</children>
</tag>
</TAGS>