This class is supplementary to the above and provides a way to add nodes to the tree. A node can have other nodes added to it.
[line 137]
The css class for this node[line 161]
Should this node be made visible?[line 173]
Javascript event handlers;[line 149]
Whether this node is expanded or not[line 131]
The icon for this node.[line 155]
Whether this node is dynamic or not[line 143]
Indexed array of subnodes[line 125]
The link for this node.[line 167]
The parent node. Null if top level[line 119]
The text for this node.HTML_TreeNode HTML_TreeNode(
[array
$options = array()], [array
$events = array()])
void &addItem(
&$node, object
$node)
void setOption(
string
$option, string
$value)
constructor call. Possible options you can set are: