databinding-$18.lzx
<canvas height="200" width="100%">
<include href="lz/tree.lzx"/>
<dataset name="filesys" src="resources/dirtree.xml"/>
<class name="fs_tree" extends="tree">
<datapath xpath="filesys:/entry/@name"/>
<attribute name="autoscroll" value="true
"/>
<tree datapath="*" text="$path{'@name'}" isleaf="${this.datapath.xpathQuery('@type') == 'file'}"/>
</class>
<simplelayout axis="x" spacing="20"/>
<view width="200" height="200" clip="true">
<fs_tree id="myfs"/>
<scrollbar visible="${scrollable}"/>
</view>
<view width="200" height="200" clip="true">
<fs_tree oninit="toggleOpenAndFocus()"/>
<scrollbar visible="${scrollable}"/>
</view>
<datapointer xpath="filesys:/" ondata="myfs.openChildren(true)"/>
</canvas>
Cross References
Includes
Classes
- <class name="fs_tree" extends="tree">
Named Instances