Properties Methods Events Config Options Direct Link
DragDrop
  DD
    DDProxy
      DragSource
        DragZone
          EditBase.DragZone

Class CQ.wcm.EditBase.DragZone

Package:CQ.wcm
Class:EditBase.DragZone
Subclasses:EditRollover.DragZone
Extends:CQ.Ext.dd.DragZone
Clientlib:cq.widgets
The EditBase.DragZone is a drag zone for the edit components, ie CQ.wcm.EditBar and CQ.wcm.EditRollover.

Config Options

Config Options Defined By
  containerScroll : Boolean
True to register this container with the Scrollmanager for auto scrolling during drag operations.
DragZone
  dropAllowed : String
The CSS class returned to the drag source when drop is allowed (defaults to "x-dd-drop-ok").
DragSource
  dropNotAllowed : String
The CSS class returned to the drag source when drop is not allowed (defaults to "x-dd-drop-nodrop").
DragSource
  editComponent : CQ.wcm.EditBar/CQ.wcm.EditRollover
The edit component linked to this drag zone.
EditBase.DragZone

Public Properties

Property Defined By
  available : boolean
The available property is false until the linked dom element is accessible.
DragDrop
  config : object
Configuration attributes passed into the constructor
DragDrop
  defaultPadding : Object
Provides default constraint padding to "constrainTo" elements (defaults to {left: 0, right:0, top:0, bottom:0}).
DragDrop
  invalidHandleClasses : Array
An Array of CSS class names for elements to be considered in valid as drag handles.
DragDrop
  isTarget : boolean
By default, all instances can be a drop target. This can be disabled by setting isTarget to false.
DragDrop
  padding : int[]
The padding configured for this drag and drop object for calculating the drop zone intersection with this object.
DragDrop

Public Methods

Method Defined By

Public Events

This class has no public events.