Code Index | File Index

Namespaces

Classes


Namespace CKEDITOR.skins

Manages skins loading.
Defined in: core/skins.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Manages skins loading.
Method Summary
Method Attributes Method Name and Description
<static>  
CKEDITOR.skins.load(skinName, skinPart)
Loads a skin part.
Namespace Detail
CKEDITOR.skins
Since: 3.0
Manages skins loading.
Method Detail
<static> {Undefined} CKEDITOR.skins.load(skinName, skinPart)
Since: 3.0
Loads a skin part. Skins are defined in parts, which are basically separated CSS files. This function is mainly used by the core code and should not have much use out of it.
Parameters:
{String} skinName
The name of the skin to be loaded.
{String} skinPart
The skin part to be loaded. Common skin parts are "editor" and "dialog".

Documentation generated by JsDoc Toolkit