| Package: | CQ.themes |
| Class: | BrowseDialog |
| Extends: | Object |
| Clientlib: | cq.widgets |
| Property | Defined By | |
|---|---|---|
|
HEIGHT : Number
<static> The height of browse dialogs in pixels (defaults to 400).
|
BrowseDialog | |
|
MIN_HEIGHT : Number
<static> The minimum height of browse dialogs in pixels (defaults to 240).
|
BrowseDialog | |
|
MIN_WIDTH : Number
<static> The minimum width of browse dialogs in pixels (defaults to 200).
|
BrowseDialog | |
|
RESIZABLE : Boolean
<static> The resizable value for
browse dialogs (defaults to true).
|
BrowseDialog | |
|
RESIZE_HANDLES : String
<static> The resizeHandles value for
browse dialogs (defaults to "all"). Only applies if
RESIZABLE is true.
|
BrowseDialog | |
|
TREE_BORDER : Boolean
<static> The border value for the tree panel
of the browse dialog (defaults to false).
|
BrowseDialog | |
|
TREE_LINES : Boolean
<static> The lines value for
the tree panel of the browse dialog (defaults to false).
|
BrowseDialog | |
|
TREE_STYLE : String
<static> The CSS style for the tree panel of the browse dialog
(defaults to "padding:5px 0 5px 5px").
|
BrowseDialog | |
|
WIDTH : Number
<static> The width of browse dialogs in pixels (defaults to 400).
|
BrowseDialog | |