mirror of https://github.com/apache/cloudstack.git
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));
|
||
|---|---|---|
| .. | ||
| flot | ||
| jquery-ui | ||
| qunit | ||
| date.js | ||
| excanvas.js | ||
| jquery.cookies.js | ||
| jquery.easing.js | ||
| jquery.js | ||
| jquery.md5.js | ||
| jquery.validate.js | ||
| require.js | ||
| reset.css | ||