TinyMCE:API/tinymce.EditorManager/remove
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: remove
[edit]
Summary
Removes an editor instance from the collection.
[edit]
Syntax
<tinymce.Editor> remove(<tinymce.Editor> e)
[edit]
Parameters
- e
- Editor instance to remove.
[edit]
Returns
The editor that got passed in will be returned if it was found, otherwise null.
