Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
// Returns a specific config value from the currently active editor
var someval = tinyMCE.activeEditor.getParam('myvalue');
// Returns a specific config value from a specific editor instance by id
var someval2 = tinyMCE.get('my_editor').getParam('myvalue');
| Name | Type | Description |
|---|---|---|
| n | String | Configruation parameter to retrive. |
| dv | String | Optional default value to return. |
| ty | String | Optional type parameter. |
Search documentation.