/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. Build date: 2013-04-03 15:07:25 */ Ext.data.JsonP.Ext_Loader({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":[],"extends":null,"uses":[],"html":"
Files
Simple class to help load JavaScript files on demand
\nCreates and returns a script tag, but does not place it into the document. If a callback function\nis passed, this is called when the script has been loaded
\nThe name of the file to create a script tag for
\nOptional callback, which is called when the script has been loaded
\nThe new script ta
\nLoads a given set of .js files. Calls the callback function when all files have been loaded\nSet preserveOrder to true to ensure non-parallel loading of files if load order is important
\nLoads a particular file from the fileList by index. This is used when preserving order
\nCallback function which is called after each file has been loaded. This calls the callback\npassed to load once the final file in the fileList has been loaded
\n