X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..c8256059947f3aa8f5b0a9a2acf55e2142bb4742:/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
Package: | Ext.tree |
Defined In: | TreeEditor.js |
Class: | TreeEditor |
Extends: | Editor |
Observable Component Editor TreeEditor
Package: | Ext.tree |
Defined In: | TreeEditor.js |
Class: | TreeEditor |
Extends: | Editor |
Config Options | Defined 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 | |
applyTo : Mixed Specify the id of the element, a DOM element or an existing Element corresponding to a DIV
+field is blurred. Defaults to true. | Editor | |
allowDomMove : Boolean Whether the component can move the Dom node when rendering (defaults to true). | Component | |
applyTo : Mixed Specify the id of the element, a DOM element or an existing Element corresponding to a DIV
that is already present in... Specify the id of the element, a DOM element or an existing Element corresponding to a DIV that is already present in the document that specifies some structural markup for this component.
True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove
them on render (defaults to false). | Component | |
autoSize : Boolean/String True for the editor to automatically adopt the size of the underlying field, "width" to adopt the width only,
or "hei... True for the editor to automatically adopt the size of the underlying field, "width" to adopt the width only,
-or "height" to adopt the height only, "none" to always use the field dimensions. (defaults to false) | Editor | |
cancelOnEsc : Boolean True to cancel the edit when the escape key is pressed. Defaults to true. | Editor | |
clearCls : String The CSS class used to to apply to the special clearing div rendered
+or "height" to adopt the height only, "none" to always use the field dimensions. (defaults to false) | Editor | |
bubbleEvents : Array An array of events that, when fired, should be bubbled to any parent container.
+See Ext.util.Observable.enableBubble.... An array of events that, when fired, should be bubbled to any parent container. +See Ext.util.Observable.enableBubble. +Defaults to []. | Component | |
cancelOnEsc : Boolean True to cancel the edit when the escape key is pressed. Defaults to true. | Editor | |
clearCls : String The CSS class used to to apply to the special clearing div rendered
directly after each form field wrapper to provide... The CSS class used to to apply to the special clearing div rendered directly after each form field wrapper to provide field clearing (defaults to 'x-form-clear-left'). @@ -551,38 +554,38 @@ should usually not need to be called directly.Enable this component and fire the 'enable' event. Enable this component and fire the 'enable' event. Parameters:
| Component | |
enableBubble( String/Array events )
:
- voidEnables events fired by this Observable to bubble up an owner hierarchy by calling
-this.getBubbleTarget() if present... Enables events fired by this Observable to bubble up an owner hierarchy by calling
- This is commonly used by Ext.Components to bubble events to owner Containers. See Ext.Component.getBubbleTarget. The default -implementation in Ext.Component returns the Component's immediate owner. But if a known target is required, this can be overridden to -access the required target more quickly. -Example:
| Observable | |
findParentBy( Function fn )
:
Ext.ContainerFind a container above this component at any level by a custom function. If the passed function returns
|