Properties Methods Events Config Options Direct Link
Observable
  Component
    EditRollover

Class CQ.wcm.EditRollover

Package:CQ.wcm
Class:EditRollover
Extends:CQ.Ext.Component
Clientlib:cq.widgets
xtype:editrollover

The EditRollover lets the user edit content through double-click and provides more editing actions through a context menu. The editable area is indicated with a frame when the mouse is rolling over the content.

Although not listed here, EditRollover has all the members of CQ.wcm.EditBase.

Config Options

Config Options Defined By
  allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component
  animateHide : Boolean
True to animate when component is hiding (default is false).
EditRollover
  animateShow : Boolean
Set to true to animate when component is showing (default is true).
EditRollover
  deleteText : String
The text to display by the delete action.
EditRollover
  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
  editText : String
The text to display by the edit action.
EditRollover
  emptyText : String
The text to display when edit rollover is empty or insert-only.
EditRollover
  enableContextMenu : Boolean
Set to false to disable context menu (default is true).
EditRollover
  enableEditOnDblClick : Boolean
Set to false to disable editing on double-click (default is true).
EditRollover
  enableHighlight : Boolean
Set to false to disable highlight (default is true). Added in CQ 5.3.
EditRollover
  enableInsertOnlyText : Boolean
Set to false to remove text when edit rollover is insert-only or empty (default is true).
EditRollover
  insertText : String
The text to display by the insert action.
EditRollover
  isEmpty : Boolean
True if the component is empty, ie it does not contain any content (default is false).
EditRollover
  selectable : Boolean
Set to false to not allow the component to be selected (default is true).
EditRollover

Public Properties

Property Defined By
  disabled : Boolean
True if this component is disabled. Read-only.
Component
  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
  selected : Object
True to the component selected (defaults is false).
EditRollover

Public Methods

Method Defined By

Public Events

Event Defined By