Code Index | File Index

Namespaces

Classes


Namespace CKEDITOR.config

Holds the default configuration settings.
Defined in: config.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Holds the default configuration settings.
Field Summary
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.
Namespace Detail
CKEDITOR.config
Since: 3.0
Holds the default configuration settings.
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'

Documentation generated by JsDoc Toolkit 2.0.1 on Sun Jun 22 2008 00:00:09 GMT+0200 (CEST)