Ignore:
Timestamp:
03/13/14 01:19:07 (11 years ago)
Author:
hendrikvanantwerpen
Message:

Small fixes fir urls and validation.

File:
1 edited

Legend:

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

    r506 r512  
    88        templateString: template,
    99        postCreate: function() {
     10            this.inherited(arguments);
    1011            var endDateBox = this.endDateBox;
    1112            this.own(this.startDateBox.on('change', function(value){
    1213                endDateBox.constraints.min  = value;
    1314            }));
     15        },
     16        startup: function() {
     17            this.inherited(arguments);
    1418        },
    1519        _getValueAttr: function() {
Note: See TracChangeset for help on using the changeset viewer.