Class CUI.rte.Theme
| Package: | CUI.rte |
| Class: | Theme |
| Extends: | Object |
| Clientlib: | cq.widgets |
The theme-specific constants for
CQ.form.RichText.
This class is a singleton and cannot be created directly.
Public Properties
| |
ANCHOR_CLASS : String
<static> CSS class to be used for styling an anchor (defauls to "cq-rte-anchor")
|
Theme |
| |
DEFAULT_HEIGHT : Number
<static> The default height of a rich text editor component, including the toolbar(s)
(defaults to 210)
|
Theme |
| |
DEFAULT_REQCSS_PATH : String
<static> The default path where the required stylesheets are located (defaults to
"/libs/cq/widgets/themes/defa...
<static> The default path where the required stylesheets are located (defaults to
"/libs/cq/widgets/themes/default/widgets/form/RichText" [5.2] resp.
"/libs/cq/ui/widgets/themes/default/widgets/form/RichText" [as of 5.3])
|
Theme |
| |
TABLESELECTION_CLASS : String
<static> CSS class to be used for custom selections within a table (defaults to
"cq-rte-tableselection") Added in CQ 5.3.
|
Theme |
| |
TABLE_NOBORDER_CLASS : String
<static> CSS class to be used for styling a table with no actual border (defaults to
"cq-rte-forcedborder")
|
Theme |
Public Methods
This class has no public methods.
Public Events
This class has no public events.