X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.data.Tree.html diff --git a/docs/output/Ext.data.Tree.html b/docs/output/Ext.data.Tree.html index 37ab2996..8e5a8ffc 100644 --- a/docs/output/Ext.data.Tree.html +++ b/docs/output/Ext.data.Tree.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Tree

Class Ext.data.Tree

Package:Ext.data
Defined In:Tree.js
Class:Tree
Extends:Observable
Represents a tree data structure and bubbles all the events for its nodes. The nodes +
Observable
  Tree

Class Ext.data.Tree

Package:Ext.data
Defined In:Tree.js
Class:Tree
Extends:Observable
Represents a tree data structure and bubbles all the events for its nodes. The nodes in the tree have most standard DOM functionality.

Config Options

Config OptionsDefined By
 pathSeparator : String
The token used to separate paths in node ids (defaults to '/').
Tree

Public Properties

PropertyDefined By
 root : Node
The root node for this tree
Tree

Public Methods

MethodDefined By