source: Dev/trunk/src/client/qed-client/app/Notifications.js @ 512

Last change on this file since 512 was 492, checked in by hendrikvanantwerpen, 11 years ago
  • Enable/disable buttons on content change.
  • One place to do date formatting, because it was going wrong again.
  • Serialize questions in survey properly.
  • _ComplexValueMixin consumes submit events, but does trigger outer forms if present.
  • Trigger dialog show/hide for login only after previous effect is finished.
  • Check that documents are actually valid, not just that validator returned a result.
  • Validate email and timestamp formats.
  • Prepared for live runs.
File size: 183 bytes
Line 
1define(['dojo/_base/declare','dojox/widget/Toaster'],
2function(declare,Toaster){
3    return declare([Toaster],{
4        positionDirection: "br-up",
5        duration: 7000
6    });
7});
Note: See TracBrowser for help on using the repository browser.