Last change
on this file since 441 was
441,
checked in by hendrikvanantwerpen, 12 years ago
|
Big cleanup of the question content.
- Replaced old list implementations with a new one that behaves like a form widget.
- All question content is now in separate widgets, not in the factory itself.
- Added form and widget validation for question editing.
|
File size:
357 bytes
|
Line | |
---|
1 | define([ |
---|
2 | "./_ComplexValueMixin", |
---|
3 | "dijit/_TemplatedMixin", |
---|
4 | "dijit/_WidgetBase", |
---|
5 | "dijit/_WidgetsInTemplateMixin", |
---|
6 | "dojo/_base/declare" |
---|
7 | ], function(_ComplexValueMixin, _TemplatedMixin, _WidgetBase, _WidgetsInTemplateMixin, declare) { |
---|
8 | return declare([_WidgetBase,_TemplatedMixin,_WidgetsInTemplateMixin,_ComplexValueMixin],{ |
---|
9 | }); |
---|
10 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.