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/cfgridupdate.tag

18 lines
367 B

<!DOCTYPE TAGS>
<TAGS>
<tag name="cfgridupdate" single="1">
<attr name="grid" />
<attr name="datasource" />
<attr name="tablename" />
<attr name="username" />
<attr name="password" />
<attr name="tableowner" />
<attr name="tablequalifier" />
<attr name="keyonly" type="list">
<items>
<item>Yes</item>
<item>No</item>
</items>
</attr>
</tag>
</TAGS>