settings

public settings : Object
Name/value collection with editor settings.

Examples

// Get the value of the theme setting
tinyMCE.activeEditor.windowManager.alert("You are using the " + tinyMCE.activeEditor.settings.theme + " theme");

Type

Object