Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
// Initializes a editor using the longer method
tinymce.EditorManager.init({
some_settings : 'some value'
});
// Initializes a editor instance using the shorter version
tinyMCE.init({
some_settings : 'some value'
});
| Name | Type | Description |
|---|---|---|
| s | Object | Settings object to be passed to each editor instance. |
Search documentation.
chungwufei
it would be useful if Params are expounded more... like 's' is an Object but never know what the object may contain...