Last change
on this file 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
|
Rev | Line | |
---|
[443] | 1 | define(['dojo/_base/declare','dojox/widget/Toaster'], |
---|
| 2 | function(declare,Toaster){ |
---|
| 3 | return declare([Toaster],{ |
---|
| 4 | positionDirection: "br-up", |
---|
[492] | 5 | duration: 7000 |
---|
[443] | 6 | }); |
---|
| 7 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.