TinyMCE:API/tinyMCE
From Moxiecode Documentation Wiki
[edit]
tinyMCE
This is a short version of writing tinymce.EditorManager it was added for compatibility reasons and because it's a lot shorter to write.
[edit]
Example
// To initialize editor instances
tinyMCE.init({
...
});
// This does the same as above
tinymce.EditorManager.init({
...
});
