X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.Editor.html diff --git a/docs/output/Ext.Editor.html b/docs/output/Ext.Editor.html index 414954c1..b9dc8898 100644 --- a/docs/output/Ext.Editor.html +++ b/docs/output/Ext.Editor.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Component
    Editor

Class Ext.Editor

Package:Ext
Defined In:Editor.js
Class:Editor
Subclasses:TreeEditor
Extends:Component
A base editor field that handles displaying/hiding on demand and has some built-in sizing and event handling logic.

Config Options

Config OptionsDefined By
 alignment : String
The position to align to (see Ext.Element.alignTo for more details, defaults to "c-c?").
Editor
 allowBlur : Boolean
True to complete the editing process if in edit mode when the +
Observable
  Component
    Editor

Class Ext.Editor

Package:Ext
Defined In:Editor.js
Class:Editor
Subclasses:TreeEditor
Extends:Component
A base editor field that handles displaying/hiding on demand and has some built-in sizing and event handling logic.

Config Options

Config OptionsDefined By
 alignment : String
The position to align to (see Ext.Element.alignTo for more details, defaults to "c-c?").
Editor
 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