Categories | Question details Back To List | ||||||||
Unable to get buttons working on Double Calendar I am not able to get the next and previous buttons to appear on the double calendar. My code is below. mDCal = new dhtmlxDblCalendarObject('dhtmlxDblCalendar', true, {headerButtons: true,btnPrev: true,btnNext: true,btnBgPrev: true,btnBgNext: true,isMonthEditable: true, isYearEditable: true}); Can you help me out? Thanks, Brent Answer posted by Support on Oct 01, 2008 06:57 The code, which you are using is correct, it must produce next and prev buttons for calendars. The problem can be caused by incorrect path to image folders or missed images ( which used to render next|previous buttons ) Working sample attached to post. Attachments (1)
|