X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.data.Node.html diff --git a/docs/output/Ext.data.Node.html b/docs/output/Ext.data.Node.html deleted file mode 100644 index 1d64926b..00000000 --- a/docs/output/Ext.data.Node.html +++ /dev/null @@ -1,253 +0,0 @@ -
Properties Methods Events Config Options Direct Link
Observable
-  Node

Class Ext.data.Node

Package:Ext.data
Defined In:Tree.js
Class:Node
Subclasses:TreeNode
Extends:Observable

Config Options

Config OptionsDefined By
 id : String
The id for this node. If one is not specified, one is generated.
Node
 leaf : Boolean
true if this node is a leaf and does not have children
Node

Public Properties

PropertyDefined By
 attributes : Object
The attributes supplied for the node. You can use this property to access any custom attributes you supplied.
Node
 childNodes : Array
All child nodes of this node.
Node
 firstChild : Node
The first direct child node of this node, or null if this node has no child nodes.
Node
 id : String
The node id.
Node
 lastChild : Node
The last direct child node of this node, or null if this node has no child nodes.
Node
 nextSibling : Node
The node immediately following this node in the tree, or null if there is no sibling node.
Node
 parentNode : Node
The parent node for this node.
Node
 previousSibling : Node
The node immediately preceding this node in the tree, or null if there is no sibling node.
Node

Public Methods

MethodDefined By

Public Events

EventDefined By
\ No newline at end of file