TinyMCE:API/tinyMCEPopup/executeOnLoad
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: executeOnLoad
[edit]
Summary
Will executed the specified string when the page has been loaded. This function was added for compatibility with the 2.x branch.
[edit]
Syntax
<void> executeOnLoad(<String> s)
[edit]
Parameters
- s
- String to evalutate on init.
