Namespace CKEDITOR.config
Holds the default configuration settings.
Defined in: config.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Holds the default configuration settings.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
CKEDITOR.config.baseHref
The base href URL used to resolve relative and absolute URLs in the
editor content.
|
<static> |
CKEDITOR.config.theme
The theme to be used to build the UI.
|
Field Detail
<static>
{String}
CKEDITOR.config.baseHref
The base href URL used to resolve relative and absolute URLs in the
editor content.
config.baseHref = 'http://www.example.com/path/';
- Since:
- 3.0
- Default Value:
- '' (empty string)
<static>
{String}
CKEDITOR.config.theme
The theme to be used to build the UI.
NO EXAMPLE AVAILABLE
- Since:
- 3.0
- Default Value:
- 'default'