cloudstack/ui/lib
Brian Federle 59c77b4850 Add plugin loading functionality and basic framework
Dynamically load UI plugins via require.js

Plugin code uses the following format:

(function (cloudStack) {
  var testPlugin1 = function(plugin) {
    // Plugin code goes here
  };

  cloudStack.plugin({
    id: 'testPlugin1',
    title: 'Test Plugin 1',
    desc: 'Sample plugin 1',
    load: testPlugin1
  });
}(cloudStack));
2012-12-19 15:47:25 -08:00
..
flot cleaning up licensing notices in the UI directory to conform with ASF guidelines 2012-06-02 00:07:09 -04:00
jquery-ui bug 13940 2012-02-22 16:43:11 -08:00
qunit cleaning up licensing notices in the UI directory to conform with ASF guidelines 2012-06-02 00:07:09 -04:00
date.js cleaning up licensing notices in the UI directory to conform with ASF guidelines 2012-06-02 00:07:09 -04:00
excanvas.js cleaning up licensing notices in the UI directory to conform with ASF guidelines 2012-06-02 00:07:09 -04:00
jquery.cookies.js Add new UI; move old UI to old/ 2011-11-03 10:59:57 -07:00
jquery.easing.js cleaning up licensing notices in the UI directory to conform with ASF guidelines 2012-06-02 00:07:09 -04:00
jquery.js Revert "Upgrade jQuery from 1.6.1 -> 1.7.1" 2011-12-14 09:33:14 -08:00
jquery.md5.js cleaning up licensing notices in the UI directory to conform with ASF guidelines 2012-06-02 00:07:09 -04:00
jquery.validate.js Add new UI; move old UI to old/ 2011-11-03 10:59:57 -07:00
require.js Add plugin loading functionality and basic framework 2012-12-19 15:47:25 -08:00
reset.css Add new UI; move old UI to old/ 2011-11-03 10:59:57 -07:00