X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.tree.TreeNode.html diff --git a/docs/output/Ext.tree.TreeNode.html b/docs/output/Ext.tree.TreeNode.html index 874e2cad..cf557ada 100644 --- a/docs/output/Ext.tree.TreeNode.html +++ b/docs/output/Ext.tree.TreeNode.html @@ -1,8 +1,8 @@ -
Observable
  Node
    TreeNode

Class Ext.tree.TreeNode

Package:Ext.tree
Defined In:TreeNode.js
Class:TreeNode
Subclasses:AsyncTreeNode
Extends:Node

Config Options

Config OptionsDefined By
 allowChildren : Boolean
False to not allow this node to have child nodes (defaults to true)
TreeNode
 allowDrag : Boolean
False to make this node undraggable if draggable = true (defaults to true)
TreeNode
 allowDrop : Boolean
False if this node cannot have child nodes dropped on it (defaults to true)
TreeNode
 cls : String
A css class to be added to the node
TreeNode
 disabled : Boolean
true to start the node disabled
TreeNode
 draggable : Boolean
True to make this node draggable (defaults to false)
TreeNode
 editable : Boolean
False to not allow this node to be edited by an Ext.tree.TreeEditor (defaults to true)
TreeNode
 expandable : Boolean
If set to true, the node will always show a plus/minus icon, even when empty
TreeNode
 expanded : Boolean
true to start the node expanded
TreeNode
 hidden : Boolean
True to render hidden. (Defaults to false).
TreeNode
 href : String
URL of the link used for the node (defaults to #)
TreeNode
 hrefTarget : String
target frame for the link
TreeNode
 iconCls : String
A css class to be added to the nodes icon element for applying css background images
TreeNode
 id : String
The id for this node. If one is not specified, one is generated.
Node
 isTarget : Boolean
False to not allow this node to act as a drop target (defaults to true)
TreeNode
 leaf : Boolean
true if this node is a leaf and does not have children
Node