A file or Array of files to load.
Callback for when all dependencies are loaded.
Optional
scope: anyScope of callback.
Optional
inOrder: booleanTrue to load the scripts in the order they are passed in. Default is false.
<script type="text/javascript">
LABKEY.Utils.requiresScript("myModule/myScript.js", function() {
// your script is loaded
});
</script>
Loads JavaScript file(s) from the server.