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/cfml/cfproperty.tag

20 lines
379 B

<!DOCTYPE TAGS>
<TAGS>
<tag name="cfproperty" single="1">
<attr name="name" />
<attr name="type" type="list">
<items>
<item>array</item>
<item>binary</item>
<item>boolean</item>
<item>date</item>
<item>numeric</item>
<item>queyr</item>
<item>string</item>
<item>struct</item>
<item>uuid</item>
<item>any</item>
</items>
</attr>
</tag>
</TAGS>