Last change
on this file since 431 was
420,
checked in by hendrikvanantwerpen, 12 years ago
|
We can store answers for surveys now!
Introduces SurveyRun?, which can be edited. Workflow not quite clear yet. A
running survey can be accessed to leave a response. When the response
has an ID, it is loaded (used for closed surveys and continuations). A
researcher cannot create responses yet. He should also be able to add
comments to responses (that he creates).
Introduced caching of store requests.
Factored out path matching and formatting.
Put object creation in separate classes, to localize model/storage
dependency. Not consistent at the moment.
|
File size:
183 bytes
|
Line | |
---|
1 | define(['dojo/_base/declare','dojox/widget/Toaster'], |
---|
2 | function(declare,Toaster){ |
---|
3 | return declare([Toaster],{ |
---|
4 | positionDirection: "br-up", |
---|
5 | duration: 3000 |
---|
6 | }); |
---|
7 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.