Page MenuHomeGitPull.it

class JX.Resource
Javelin Documentation ()

This class is not documented.

Tasks

Builtin Events

  • static listen(type, callback) โ€” Listen for events emitted by this object instance. You can also use the static flavor of this method to listen to events emitted by any instance of this object.

Other Methods

  • private static _hasResources(resources)
  • static initialize(, ) โ€” Loads one or many static resources (JavaScript or CSS) and executes a callback once these resources have finished loading.

Methods

static listen(type, callback)
Inherited

JX.Base

Listen for events emitted by this object instance. You can also use the static flavor of this method to listen to events emitted by any instance of this object.

See also JX.Stratcom.listen().

Parameters
type
callback

private static _hasResources(resources)

This method is not documented.
Parameters
resources

static initialize(, )

Loads one or many static resources (JavaScript or CSS) and executes a callback once these resources have finished loading.

Parameters
string|arraystatic resource or list of resources to be loaded
functioncallback when resources have finished loading
Defined
lib/Resource.js:12
Extends
JX.Base