TinyMCE:API/tinymce.dom.ScriptLoader/loadScripts

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: loadScripts

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.

Syntax

<void> loadScripts(<Array> sc, <function> cb, <Object> s)

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.
Personal tools