TinyMCE:API/tinymce/removeUnload
From Moxiecode Documentation Wiki
< TinyMCE:API | tinymce
Contents |
[edit]
Method: removeUnload
[edit]
Summary
Removes the specified function form the unload handler list.
[edit]
Syntax
<function> removeUnload(<function> f)
[edit]
Parameters
- f
- Function to remove from unload handler list.
[edit]
Returns
Removed function name or null if it wasn't found.
