theme

public theme : tinymce.Theme
Reference to the theme instance that was used to generate the UI.

Examples

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