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-strict/form.tag

96 lines
2.5 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="form" hasScript="1" hasCore="1" hasI18n="1">
<attr name="action" type="url">
<text>Action</text>
<textlocation col="0" row="0" />
<location col="1" row="0" colspan="3" />
</attr>
<attr name="method" type="list">
<text>Method</text>
<textlocation col="0" row="1" />
<location col="1" row="1" colspan="3"/>
<items>
<item>get</item>
<item>post</item>
</items>
</attr>
<attr name="enctype" type="list">
<text>Enctype</text>
<textlocation col="0" row="2" />
<location col="1" row="2" colspan="3"/>
<items>
<item>application/x-www-form-urlencoded</item>
<item>multipart/form-data</item>
</items>
</attr>
<attr name="accept" type="list">
<text>Accept</text>
<textlocation col="0" row="3" />
<location col="1" row="3" colspan="3"/>
<items>
<item>text/html</item>
<item>image/jpeg</item>
<item>image/gif</item>
<item>image/png</item>
<item>model/vrml</item>
<item>application/java</item>
<item>application/mathml+xml</item>
<item>application/rss+xml</item>
<item>application/xhtml+xml</item>
<item>application/xml</item>
<item>text/css</item>
<item>text/javascript</item>
<item>text/xml</item>
</items>
</attr>
<attr name="accept-charset" type="input">
<text>Accept-charset</text>
<textlocation col="0" row="4" />
<location col="1" row="4" colspan="3"/>
</attr>
<attr name="onsubmit" type="input">
<text>Onsubmit</text>
<textlocation col="0" row="5" />
<location col="1" row="5" colspan="3"/>
</attr>
<attr name="onreset" type="input">
<text>Onreset</text>
<textlocation col="0" row="6" />
<location col="1" row="6" colspan="3"/>
</attr>
<children>
<child name="address" />
<child name="blockquote" />
<child name="del" />
<child name="div" />
<child name="dl" />
<child name="fieldset" />
<child name="h1" />
<child name="h2" />
<child name="h3" />
<child name="h4" />
<child name="h5" />
<child name="h6" />
<child name="hr" />
<child name="ins" />
<child name="noscript" />
<child name="ol" />
<child name="p" />
<child name="pre" />
<child name="script" />
<child name="table" />
<child name="ul" />
</children>
</tag>
</TAGS>