summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cftreeitem.tag
blob: 2e54a59a20afd7f558baa6a366195d8dcbe9b000 (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
29
30
31
32
33
34
35
36
37
<!DOCTYPE TAGS>
<TAGS>
<tag name="cftreeitem" single="1">
	<attr name="value" />
	<attr name="display" />
	<attr name="parent" />
	<attr name="img" type="list">
		<items>
			<item>cd</item>
			<item>computer</item>
			<item>document</item>
			<item>element</item>
			<item>folder</item>
			<item>floppy</item>
			<item>fixed</item>
			<item>remote</item>
		</items>
	</attr>
	<attr name="imgopen" />
	<attr name="href" />
	<att rname="target" />
	<attr name="query" />
	<attr name="queryasroot" type="list">
		<items>
			<item>Yes</item>
			<item>No</item>
			<item>"string_for_name"</item>
		</items>
	</attr>
	<attr name="expand" type="list">
		<items>
			<item>Yes</item>
			<item>No</item>
		</items>
	</attr>
</tag>
</TAGS>