Changeset 945
- Timestamp:
- 2008-12-04 13:46:30 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/kauri-forms/kauri-forms-framework/src/main/kauri/static/js/date.js
r867 r945 324 324 this._input = $input; 325 325 }; 326 326 DateControl.prototype.initProperties = function(){ 327 if(this.yearRange == undefined){ 328 this.yearRange = this.getType().yearRange; 329 } 330 if(this.isRange == undefined){ 331 this.isRange = this.getType().isRange; 332 } 333 } 327 334 DateControl.prototype.getUserValue = function() { 328 335
Note: See TracChangeset
for help on using the changeset viewer.