Properties Methods Events Direct Link

Class CQ.themes.wcm.EditBase

Package:CQ.themes.wcm
Class:EditBase
Extends:Object
Clientlib:cq.widgets
The theme-specific constants for CQ.wcm.EditBase.

This class is a singleton and cannot be created directly.

Public Properties

Property Defined By
  DDPROXY_MAXHEIGHT : int
<static> The max height of the DD proxy (defaults to 300).
EditBase
  DDPROXY_MAXWIDTH : int
<static> The max the width of the DD proxy (defaults to 300).
EditBase
  DDPROXY_MINHEIGHT : int
<static> The min height of the DD proxy (defaults to 50).
EditBase
  DDPROXY_MINWIDTH : int
<static> The min width of the DD proxy (defaults to 50).
EditBase
  HIGHLIGHT_COLOR : String
<static> The background color of the highlighting effect used in drag & drop (defaults to "#FFCC00").
EditBase
  HIGHLIGHT_OPTIONS : Object
<static> The options for the highlighting effect used in drag & drop. Defaults to:
{
    duration: 1.5
}
EditBase
  INLINE_BOTTOM_PADDING : int
<static> The number of pixels placed after the inline edit window (defaults to 10).
EditBase
  INSERT_DIALOG_WIDTH : int
<static> The width of the insert dialog (defaults to 280).
EditBase
  TARGETGHOST_HEIGHT : int
<static> The number of pixels for the height of the appearing ghost during drag&drop (defaults to 100).
EditBase
  TARGETGHOST_MAXHEIGHT : int
<static> The max number of pixels for the height of the appearing ghost during drag&drop (defaults to 300).
EditBase
  TARGETGHOST_MINHEIGHT : int
<static> The min number of pixels for the height of the appearing ghost during drag&drop (defaults to 50).
EditBase
  TARGETGHOST_PADDING : int
<static> The number of pixels added before and after the appearing ghost during drag&drop (defaults to 5).
EditBase

Public Methods

This class has no public methods.

Public Events

This class has no public events.