summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cfcomponent.tag
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/data/dtep/cfml/cfcomponent.tag')
-rw-r--r--quanta/data/dtep/cfml/cfcomponent.tag16
1 files changed, 16 insertions, 0 deletions
diff --git a/quanta/data/dtep/cfml/cfcomponent.tag b/quanta/data/dtep/cfml/cfcomponent.tag
new file mode 100644
index 00000000..faa61c62
--- /dev/null
+++ b/quanta/data/dtep/cfml/cfcomponent.tag
@@ -0,0 +1,16 @@
+<!DOCTYPE TAGS>
+<TAGS>
+<tag name="cfcomponent" single="1">
+ <attr name="extends" type="input">
+ <text>Extends:</text>
+ <textlocation row="0" col="0" />
+ <location row="0" col="1" />
+ </attr>
+ <attr name="output" type="list">
+ <items>
+ <item>Yes</item>
+ <item>No</item>
+ </items>
+ </attr>
+</tag>
+</TAGS>