From Porcupine wiki

Developers: QuiXTree class

Description

This is the class for creating a QuiX Tree.

Syntax

QuiX XML
<tree width="150" id="myTree"  xmlns:qx="http://www.innoscript.org/quix" width="200" height="20" >
</tree>		
JavaScriptvar myTree = new Tree({width:200, height:20, id='myTree'});

Properties

Methods

selectNode?, getSelection?

Retrieved from http://wiki.innoscript.org/pmwiki.php/Developers/QuiXTree
Page last modified on December 14, 2007, at 10:31 AM