- Timestamp:
- 03/13/14 01:19:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client/model/widgets/SurveyRunWidget.js
r506 r512 8 8 templateString: template, 9 9 postCreate: function() { 10 this.inherited(arguments); 10 11 var endDateBox = this.endDateBox; 11 12 this.own(this.startDateBox.on('change', function(value){ 12 13 endDateBox.constraints.min = value; 13 14 })); 15 }, 16 startup: function() { 17 this.inherited(arguments); 14 18 }, 15 19 _getValueAttr: function() {
Note: See TracChangeset
for help on using the changeset viewer.