Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 adopt, MooTreeControl
C
 clear, MooTreeNode
 collapse, MooTreeControl
D
 disable, MooTreeControl
E
 enable, MooTreeControl
 expand, MooTreeControl
G
 get, MooTreeControl
 getImg, MooTreeNode
I
 insert
L
 load, MooTreeNode
M
 mootree.js
 MooTreeControl
 MooTreeNode
P
 Properties
R
 remove, MooTreeNode
S
 select
T
 toggle, MooTreeNode
U
 update, MooTreeNode
Adopts a structure of nested ul/li/a elements as tree nodes, then removes the original elements.
Removes all child nodes under this node, without removing the node itself.
Collapses the entire tree, recursively.
Call this to temporarily disable visual updates -- if you need to insert/remove many nodes at a time, many visual updates would normally occur.
Enables visual updates again after a call to MooTreeControl.disable
Expands the entire tree, recursively.
Creates a new image, in the form of HTML for a DIV element with appropriate style.
Creates a new node under the root node of this tree.
Creates a new node, nested inside this one.
Asynchronously load an XML structure into a node of this tree.
My Object Oriented Tree
This class implements a tree control.
This class implements the functionality of a single node in a MooTreeControl.
Removes this node, and all of it’s child nodes.
Sets the currently selected node.
Called by MooTreeControl when the selection changes.
By default (with no arguments) this function toggles the node between expanded/collapsed.
Update the tree node’s visual appearance.
Close