jquery.ui.calendar.Calendar disable next button

2013-10-22 Thread Selom
Hello; Need your help again . I 'd like to disable the next buton when moving the calendar one step forward at my specified date let say 31 december. I there any *option * to do that ? Thanks in advance. -- View this message in context:

Re: jquery.ui.calendar.Calendar disable next button

2013-10-22 Thread Sebastien
Hi, As far as I see, there is no such options. (I would had expected a 'minDate' options, but seems to not be the case...). The only way I see, is to add a javascript statement which will display/hide the button. Actually, these are not real buttons (but spans, so it is harder to disable these

Re: jquery.ui.calendar.Calendar disable next button [SOLVED]

2013-10-22 Thread Selom
I did not see the 2 methods onViewRender and isViewRenderEnabled but I saw *isViewDisplayEnabled *and *onViewDisplay *in the ICalendarListener. I override them with the your code above. wonderful . It works nicely ... Thank you again . -- View this message in context: