cloudstack/ui
bfederle c60501e950 UI widgets: support event-based notifications
Triggering 'cloudStack.addNotification' adds a new UI notification, to
avoid having to specify DOM element containing the jQuery widget every
time. This event accepts same args as .notifications('add', ...)

Example:

$(window).trigger('cloudStack.addNotification', {
  desc: 'Description',
  interval: 1000,
  poll: function(args) {
    ...
    args.complete();
  }
});
2011-12-22 08:41:40 -08:00
..
css Increase width of select view drop-down 2011-12-21 15:32:20 -08:00
images bug 12316: Install wizard error handling fixes 2011-12-20 20:17:45 -08:00
lib Revert "Upgrade jQuery from 1.6.1 -> 1.7.1" 2011-12-14 09:33:14 -08:00
old bug 8313: still encrypt the passwords when setting up account 2011-12-05 13:08:53 +05:30
scripts UI widgets: support event-based notifications 2011-12-22 08:41:40 -08:00
scripts-test Example use for preAction 2011-12-20 15:43:27 -08:00
.classpath cloudStack 3.0 new UI - move project file and classpath from old UI directory to new UI directory. 2011-11-04 11:32:10 -07:00
.project cloudStack 3.0 new UI - move project file and classpath from old UI directory to new UI directory. 2011-11-04 11:32:10 -07:00
index-test.html Move multi-edit to widgets folder (as it is a jQuery widget) 2011-12-21 15:28:32 -08:00
index.jsp Move multi-edit to widgets folder (as it is a jQuery widget) 2011-12-21 15:28:32 -08:00