X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.tree.TreePanel.html diff --git a/docs/output/Ext.tree.TreePanel.html b/docs/output/Ext.tree.TreePanel.html index 204d95a3..2b6f08cb 100644 --- a/docs/output/Ext.tree.TreePanel.html +++ b/docs/output/Ext.tree.TreePanel.html @@ -1,353 +1,222 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-
-
Observable
-  Component
-    BoxComponent
-      Container
-        Panel
-          TreePanel
-

Class Ext.tree.TreePanel

- - - - - -
Package:Ext.tree
Defined In:TreePanel.js
Class:TreePanel
Extends:Panel
-
- * -

The TreePanel provides tree-structured UI representation of tree-structured data.

-

TreeNodes added to the TreePanel may each contain metadata -used by your application in their attributes property.

-

A TreePanel must have a root node before it is rendered. This may either be -specified using the root config option, or using the setRootNode method.

- -
- -

Config Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Config OptionsDefined By
  - - animate : Boolean
- true to enable animated expand/collapse (defaults to the value of Ext.enableFx)
-
TreePanel
  - - baseCls : String
- The base CSS class to apply to this panel's element (defaults to 'x-panel').
-
Panel
  - - buttonAlign : String
- The alignment of any buttons added to this panel. Valid values are 'right,' 'left' and 'center' (defaults to 'right').
-
Panel
  - - buttons : Array
- An array of Ext.Buttons or Ext.Button configs used to add buttons to the footer of this panel.
-
Panel
  - - collapsed : Boolean
- True to render the panel collapsed, false to render it expanded (defaults to false).
-
Panel
  - - collapsedCls : String
- A CSS class to add to the panel's element after it has been collapsed (defaults to 'x-panel-collapsed').
-
Panel
  - - containerScroll : Boolean
- true to register this container with ScrollManager
-
TreePanel
  - - ddAppendOnly : String
- True if the tree should only allow append drops (use for trees which are sorted)
-
TreePanel
  - - ddGroup : String
- The DD group this TreePanel belongs to
-
TreePanel
  - - ddScroll : Boolean
- true to enable body scrolling
-
TreePanel
  - - disabled : Boolean
- Render this component disabled (default is false).
-
Component
  - - dragConfig : Object
- Custom config to pass to the Ext.tree.TreeDragZone instance
-
TreePanel
\ No newline at end of file