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
| |
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 |
| |
INLINE_MINIMUM_WIDTH : int
<static> The default width of an edit dialog before it is opened in
inline mode instead of as a popup (defaults...
<static> The default width of an edit dialog before it is opened in
inline mode instead of as a popup (defaults to 400).
It can be overridden through component config.
|
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 |
| |
TARGETLINE_DISTANCE : int
<static> The number of pixels between an edit component and the appearing target line
during drag&drop (default...
<static> The number of pixels between an edit component and the appearing target line
during drag&drop (defaults to 5).
|
EditBase |
Public Methods
This class has no public methods.
Public Events
This class has no public events.