TinyMCE:API/tinymce.Editor/theme

From Moxiecode Documentation Wiki

Jump to: navigation, search

Property: theme

Summary

This property contains the theme instance used to generate the UI containers, etc. For example, the advanced theme or simple theme.

Examples

// Executes a method on the theme directly
tinyMCE.activeEditor.theme.someMethod();
Personal tools