Properties Methods Events Config Options Direct Link
Observable
  Component
    Editor
      TreeEditor

Class CQ.Ext.tree.TreeEditor

Package:CQ.Ext.tree
Class:TreeEditor
Extends:CQ.Ext.Editor
Clientlib:cq.widgets
Provides editor functionality for inline tree node editing. Any valid CQ.Ext.form.Field subclass can be used as the editor field.

Config Options

Config Options Defined By
  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
  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
  field : CQ.Ext.form.Field
The Field object (or descendant) or config object for field
Editor
  hideEl : Boolean
True to hide the bound element while the editor is displayed (defaults to false)
TreeEditor
  shadow : Boolean/String
"sides" for sides/bottom only, "frame" for 4-way shadow, and "drop" for bottom-right shadow (defaults to "frame")
Editor
  shim : Boolean
True to shim the editor if selects/iframes could be displayed beneath it (defaults to false)
TreeEditor
  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

Public Properties

Property Defined By
  disabled : Boolean
True if this component is disabled. Read-only.
Component
  editNode : CQ.Ext.tree.TreeNode
The TreeNode this editor is bound to. Read-only.
TreeEditor
  hidden : Boolean
True if this component is hidden. Read-only.
Component
  initialConfig : Object
This Component's initial configuration specification. Read-only.
Component
  refOwner : CQ.Ext.Container The
Component
  rendered : Boolean
True if this component has been rendered. Read-only.
Component

Public Methods

Method Defined By

Public Events

Event Defined By