Last change
on this file since 535 was
457,
checked in by hendrikvanantwerpen, 12 years ago
|
Improve SurveyRun? form and drop Fieldsets as widgets.
- Improved console message on Page change fail.
- Renamed some widgets, dropped having Fieldset widgets.
- Put constraint that survey run start date cannot be before end date.
- Link to survey from survey summary,
|
File size:
264 bytes
|
Line | |
---|
1 | define([ |
---|
2 | "../../widgets/_ComplexValueWidget", |
---|
3 | "dojo/_base/declare", |
---|
4 | "dojo/text!./templates/SurveyWidget.html" |
---|
5 | ], function(_ComplexValueWidget, declare, template) { |
---|
6 | return declare([_ComplexValueWidget],{ |
---|
7 | templateString: template |
---|
8 | }); |
---|
9 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.