summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cfwddx.tag
blob: 9798953688bdaf725b49b17412e1f6c33e422b34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE TAGS>
<TAGS>
<tag name="cfwddx" single="1">
	<attr name="action" type="list">
		<items>
			<item>cfml2wddx</item>
			<item>wddx2cfml</item>
			<item>cfml2js</item>
			<item>wddx2js</item>
		</items>
	</attr>
	<attr name="input" />
	<attr name="output" />
	<attr name="toplevelvariable" />
	<attr name="usetimezoneinfo" type="list">
		<items>
			<item>Yes</item>
			<item>No</item>
		</items>
	</attr>
	<attr name="validate" type="list">
		<items>
			<item>Yes</item>
			<item>No</item>
		</items>
	</attr>
</tag>
</TAGS>