Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Craig Barker on Jan 28, 2009 09:04
open dhtmlx forum
dhtlxCalendar

Hi

Thank you for the useful app. I am having an issue with the drop down year. I have implemented the basic calendar on a test page and have attached it to an input field which seems to be working fine. The only thing is that the year is not clickable as a dropdown. The only buttons that appear are the side scroll ones for the month. Is there some other code I need to add in to have this functionality for the year?

kind regards

Craig Barker
Answer posted by Support on Jan 29, 2009 05:59
If you have provided necessary parameter
        mCal2 = new dhtmlxCalendarObject('dhtmlxCalendar2', true, {isYearEditable: true,isMonthEditable: true});
The year editor must be active. 

The problem may be caused because of some kind of css conflict. ( If you are using some global css rules which can affect and override default styles of dhtmlxcalendar )

If issue still occurs - please provide any kind of sample where problem can be reconstructed.