TinyMCE:API/tinymce.dom.ScriptLoader/loadScripts
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: loadScripts
[edit]
Summary
Loads the specified queue of files and executes the callback ones they are loaded. This method is generally not used outside this class but it might be useful in some scenarios.
[edit]
Syntax
<void> loadScripts(<Array> sc, <function> cb, <Object> s)
[edit]
Parameters
- sc
- Array of queue items to load.
- cb
- Optional callback to execute ones all items are loaded.
- s
- Optional scope to execute callback in.
