Categories | Question details Back To List | ||
dhtmlxCalendar Hi, I am using dhtmlx calender in my code . Here I want to show header buttons in my calender control... So I have used following code <script> var uiDtFormat='%d/%m/%Y'; function loadCal(obj){ cal1 = new dhtmlxCalendarObject(obj.id,true,{isMonthEditable: true,isYearEditable: true,headerButtons:"XMT"}); cal1.setDateFormat('%d/%m/%Y'); }</script> But still I am unable to show header buttons in my control.. What should I add in my code to fulfill my requirement? -- Kunal Answer posted by Support on Jan 19, 2009 03:00 The header buttons not fully supported in current version of dhtmlxCalendar, this functionality is still in development |