Ignore:
Timestamp:
06/09/13 17:27:20 (12 years ago)
Author:
hendrikvanantwerpen
Message:

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:
1 copied

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/client/qed-client/model/widgets/SurveyRenderWidget.js

    r455 r457  
    11define([
     2    "../../widgets/_ComplexValueWidget",
    23    "../classes/Survey",
    34    "./questions/Factory",
    4     "dijit/_Container",
    5     "dijit/_TemplatedMixin",
    6     "dijit/_WidgetBase",
    7     "dijit/_WidgetsInTemplateMixin",
    85    "dojo/_base/array",
    96    "dojo/_base/declare",
    107    "dojo/dom-construct",
    11     "dojo/text!./templates/SurveyWidget.html"
    12 ], function(Survey, QuestionWidgetFactory, _Container, _TemplatedMixin, _WidgetBase, _WidgetsInTemplateMixin, array, declare, domConstruct, template) {
    13     return declare([_WidgetBase,_TemplatedMixin,_WidgetsInTemplateMixin,_Container],{
     8    "dojo/text!./templates/SurveyRenderWidget.html"
     9], function(_ComplexValueWidget, Survey, QuestionWidgetFactory, array, declare, domConstruct, template) {
     10    return declare([_ComplexValueWidget],{
    1411        templateString: template,
    1512        survey: null,
Note: See TracChangeset for help on using the changeset viewer.