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-basic/option.tag

27 lines
572 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="option" hasCore="1" hasI18n="1" optional="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>
<stoppingtags>
<stoppingtag name="option" />
</stoppingtags>
</tag>
</TAGS>