Unanswered: Disable month if dates of this month are disabled in extjs4.1 using Ext.form.DateFiel
Unanswered: Disable month if dates of this month are disabled in extjs4.1 using Ext.form.DateFiel
Hi ,
I am using Ext.form.DateField i am disabling the dates on a particular condition .
I need to disable means user can nt select the month or disable the month if the all of the dates of the month is disabled .Below is my code i am using .
I am able to disable all the days of the month .
I need to diable the month if all the days of the month is disable.
The user can not click the month .