Changes between Version 9 and Version 16 of Ticket #4765
- Timestamp:
- Apr 13, 2011, 10:04:01 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4765
-
Property
Component
changed from
Dijit
toDijit - Form
-
Property
Summary
changed from
Enable isDisabledDate for DateTextBox
toDateTextBox: support isDisabledDate
-
Property
Milestone
changed from
1.3
tofuture
- Property Owner changed from Adam Peller to Douglas Hays
-
Property
Component
changed from
-
Ticket #4765 – Description
v9 v16 1 I'm trying to use dijit. DateTextBox to allow users to select dates, but I need to disable weekends. If I use dijit._Calendar, I can set myCal.isDisabledDate = dojo.date.locale.isWeekend, but that doesn't work for aDateTextBox.1 I'm trying to use dijit.!DateTextBox to allow users to select dates, but I need to disable weekends. If I use dijit._Calendar, I can set myCal.isDisabledDate = dojo.date.locale.isWeekend, but that doesn't work for a !DateTextBox. 2 2 3 3 In talking with peller about this in #dojo, it was mentioned that it might be possible to add another option on the constraints to handle this.