Important changes to Tiny Cloud pricing > Find out more
Return to Website

skin_variant

(Requires: 3.0.2)

This option enables you to specify a variant for the skin, for example "silver" or "black".

"default" skin doesn't offer any variant, whereas "o2k7" default offers "silver" or "black" variants to the default one.

When creating a skin, additional variants may also be created, by adding ui_.css files alongside the default ui.css.

Example of usage of the skin option:

tinyMCE.init({
    ...
    theme : "advanced",
    skin : "o2k7",
    skin_variant : "silver"
});

Also see: Creating_Skin, skin

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.