Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

QuiXTree class

Developers.QuiXTree History

Hide minor edits - Show changes to markup

December 14, 2007, at 10:31 AM by Stavros Charitakis -
Changed lines 14-15 from:
JavaScriptvar myTree = new `Tree({width:200, height:20, id='myTree'});
to:
JavaScriptvar myTree = new Tree({width:200, height:20, id='myTree'});
December 14, 2007, at 10:30 AM by Stavros Charitakis -
Added lines 1-22:

(:title 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?

Page last modified on December 14, 2007, at 10:31 AM