Following last week's discussion about wrapping a set of external
JavaScript files as a qooxdoo library, I wrote a generic qooxdoo library
which can be used for this purpose. Here's the basic description:

ScriptListLoader
================

Load multiple JavaScript and CSS files. Callback when done.

This qooxdoo class may be used to wrap an external JavaScript library.
Given a
list of JavaScript and CSS files, this class loads each, and calls the
specified call-back function when done.

As indicated in the code, this implementation is heavily influenced by Tobi
Oetiker's jqPlot loader. The purpose of this library is to allow easy code
re-use whenever  a series of JavaScript and/or CSS files need to be loaded
at run-time.

The code is available at https://github.com/qooxdoo-contrib/ScriptListLoader

Enjoy,

Derrell
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to