Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
(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_<variant_name>.css files alongside the default ui.css.
tinyMCE.init({
...
theme : "advanced",
skin : "o2k7",
skin_variant : "silver"
});
Also see: Creating_Skin, skin
Search documentation.