X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.tree.TreeEditor.html diff --git a/docs/output/Ext.tree.TreeEditor.html b/docs/output/Ext.tree.TreeEditor.html index 7530024b..1fb85829 100644 --- a/docs/output/Ext.tree.TreeEditor.html +++ b/docs/output/Ext.tree.TreeEditor.html @@ -1,6 +1,6 @@ -
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 +
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
 allowBlur : Boolean
True to complete the editing process if in edit mode when the -field is blurred. Defaults to false.
Editor
 allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component
 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 true.
Editor
 cancelOnEsc : Boolean
True to cancel the edit when the escape key is pressed. Defaults to true.
Editor