TinyMCE:API/tinymce.Editor/theme
From Moxiecode Documentation Wiki
[edit]
Property: theme
[edit]
Summary
This property contains the theme instance used to generate the UI containers, etc. For example, the advanced theme or simple theme.
[edit]
Examples
// Executes a method on the theme directly tinyMCE.activeEditor.theme.someMethod();
