X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/output/Ext.tree.TreeEditor.html diff --git a/docs/output/Ext.tree.TreeEditor.html b/docs/output/Ext.tree.TreeEditor.html index 77ddb681..72a50fcb 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 false.
Editor
 allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component
 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 true.
Editor
 constrain : Boolean
True to constrain the editor to the viewport
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 true.
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
 data : Mixed
The initial set of data to apply to the tpl to +update the content area of the Component.
Component
 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
 field : Ext.form.Field
The Field object (or descendant) or config object for field
Editor
 offsets : Array
The offsets to use when aligning (see Ext.Element.alignTo for more details. Defaults to [0, 0].
Editor
 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
 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
 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
 rendered : Boolean
True if this component has been rendered. Read-only.
Component

Public Methods

MethodDefined By

Public Events

EventDefined By

Public Events

EventDefined By