Namespace CKEDITOR.skins
Manages skins loading.
Defined in: core/skins.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Manages skins loading.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
CKEDITOR.skins.load(skinName, skinPart)
Loads a skin part.
|
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".