[Config Option] (Boolean)
[Config Option] (String)
[Config Option] (Boolean)
[Property] (Array)
[Config Option] (Object)
[Method] Sets a batch of path entries
Object a set of className: path mappings
Ext.Loader this
[Method] Explicitly exclude files from being loaded
Array
any
Object object contains require method for chaining.
[Method] Get the config value corresponding to the specified name
String The config property name.
any
Object/Mixed
[Method] Translates a className to a file path by adding the the proper prefix and converting the s to s
String
string
String path
[Method] Add a new listener to be executed when all required scripts are fully loaded
Function The function callback to be executed.
Object The execution scope (this) of the callback function.
Boolean Whether or not to wait for document DOM ready as well.
[Method] Loads all classes by the given names and all their direct dependencies optionally executes the given callback functi
String/Array Can either be a string or an array of string.
Function The callback function.
Object The execution scope (this) of the callback function.
String/Array Classes to be excluded, useful when being used with expressions.
[Method] Set the configuration for the loader
Object/String The config object to override the default values or name of a single config setting when also passing the second parameter.
Mixed The value for the config setting.
Ext.Loader this
[Method] Sets the path of a namespace
String/Object See flexSetter
String See flexSetter
Ext.Loader this
[Method] Synchronously loads all classes by the given names and all their direct dependencies optionally executes the given c
String/Array Can either be a string or an array of string
Function The callback function
Object The execution scope (this) of the callback function
String/Array Classes to be excluded, useful when being used with expressions