X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.tree.TreeEditor.html diff --git a/docs/output/Ext.tree.TreeEditor.html b/docs/output/Ext.tree.TreeEditor.html deleted file mode 100644 index 07a41474..00000000 --- a/docs/output/Ext.tree.TreeEditor.html +++ /dev/null @@ -1,1879 +0,0 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-
-
Observable
-  Component
-    Editor
-      TreeEditor
-

Class Ext.tree.TreeEditor

- - - - - -
Package:Ext.tree
Defined In:TreeEditor.js
Class:TreeEditor
Extends:Editor
-
- * -Provides editor functionality for inline tree node editing. Any valid Ext.form.Field subclass can be used -as the editor field.
- -
- -

Config Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Config OptionsDefined By
  - - alignment : String
- The position to align to (see Ext.Element.alignTo for more details, defaults to "l-l").
-
TreeEditor
  - - allowDomMove : Boolean
- Whether the component can move the Dom node when rendering (defaults to true).
-
Component
  - - cancelOnEsc : Boolean
- True to cancel the edit when the escape key is pressed (defaults to false)
-
Editor
  - - cls : String
- CSS class to apply to the editor (defaults to "x-small-editor x-tree-editor")
-
TreeEditor
  - - completeOnEnter : Boolean
- True to complete the edit when the enter key is pressed (defaults to false)
-
Editor
  - - constrain : Boolean
- True to constrain the editor to the viewport
-
Editor
  - - disabled : Boolean
- Render this component disabled (default is false).
-
Component
  - - disabledClass : String
- CSS class added to the component when it is disabled (defaults to "x-item-disabled").
-
Component
  - - hidden : Boolean
- Render this component hidden (default is false).
-
Component
  - - hideEl : Boolean
- True to hide the bound element while the editor is displayed (defaults to false)
-
TreeEditor
  - - shadow : Boolean/String
- "sides" for sides/bottom only, "frame" for 4-way shadow, and "drop" for bottom-right shadow (defaults to "frame")
-
Editor
  - - shim : Boolean
- True to shim the editor if selects/iframes could be displayed beneath it (defaults to false)
-
TreeEditor
  - - swallowKeys : Boolean
- Handle the keydown/keypress events so they don't propagate (defaults to true)
-
Editor
  - - updateEl : Boolean
- True to update the innerHTML of the bound element when the update completes (defaults to false)
-
Editor
  - - value : Mixed
- The data value of the underlying field (defaults to "")
-
Editor
- -

Public Properties

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyDefined By
  - - disabled : Boolean
- True if this component is disabled. Read-only.
-
Component
  - - editNode : Ext.tree.TreeNode
- The tree node this editor is bound to. Read-only.
-
TreeEditor
  - - hidden : Boolean
- -True if this component is hidden. Read-only.
-
Component
  - - initialConfig : Object
- This Component's initial configuration specification. Read-only.
-
Component
  - - rendered : Boolean
- True if this component has been rendered. Read-only.
-
Component
- -

Public Methods

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MethodDefined By
- -

Public Events

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
EventDefined By
- -
\ No newline at end of file