v.1.4 RC1 [2010/03/04]
- checked to work with ExtJS 3.1.1
- BUGFIX: DateField Events did not work properly (reported by yuewah)
- BUGFIX: beforedestroy throws exception when parent control of datepickerplus gets destroyed (reported by yuewah)
- spanish locale corrected (holiday had a leading zero)
v.1.4 [2010/04/30]
- checked to work with ExtJS 3.2.1
- BUGFIX: Datepickers with shown months > 1 had a white glitch obove them (thanks to radubrehar)
- BUGFIX: CSS Fixes for Datemenus and more than 1 row of months when using IE8 in Compatibility Mode
- added romanian locale (thanks to radubrehar)
- added japanese locale (thanks to itheart)
- added polish locale (thanks to maboch)
Is there a way to use a checkbox instead of the weeknumber? I'm displaying a multi-month calendar with weeknumbers. I need to be able to use the checkbox to select/unselect weeks and store the Sunday date of each selected week. I'm using ExtJS 3.2.1.
Is there a way to use a checkbox instead of the weeknumber? I'm displaying a multi-month calendar with weeknumbers. I need to be able to use the checkbox to select/unselect weeks and store the Sunday date of each selected week. .
In this case i would use the "onweekclick"-event and calculate the sunday date. A checkbox needs to be rendered separately.