TinyMCE:Configuration/skin

From Moxiecode Documentation Wiki

Jump to: navigation, search

Option: 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_Skin

Personal tools