Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
// Adds an observer to the onInit event using tinyMCE.init
tinyMCE.init({
...
setup : function(ed) {
ed.onInit.add(function(ed) {
console.debug('Editor is done: ' + ed.id);
});
}
});
| Name | Type | Description |
|---|---|---|
| sender | tinymce.Editor | Editor instance. |
Search documentation.