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

skin

(Requires: 3.0)

This option enables you to specify what skin you want to use with your theme. A skin is basically a CSS file that gets loaded from the skins directory inside the theme. The advanced theme that TinyMCE comes with has two skins these are called "default" and "o2k7".

Example of usage of the skin option:

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

Also see Creating_a_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.