X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.tree.TreeEditor.html diff --git a/docs/output/Ext.tree.TreeEditor.html b/docs/output/Ext.tree.TreeEditor.html index 1fb85829..a9a725ac 100644 --- a/docs/output/Ext.tree.TreeEditor.html +++ b/docs/output/Ext.tree.TreeEditor.html @@ -1,4 +1,4 @@ -
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 +
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 true.
Editor
 allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component