Categories | Question details Back To List | ||||||||
dhtmlxCalendar not saving month and year I have a dhtmlxCalendar that is attached to a text field and defined as follows: <table class="Box" style="vertical-align:top"> <tr> <td class="CellTitle">EFFECT START</td> </tr> <tr> <td class="CellInput"><input type="text" id="EffectStart" readonly="true"></td> </tr> </table> effectStart = new dhtmlxCalendarObject("EffectStart", false, { isWinHeader : true, isWinDrag : true, isYearEditable : true, isMonthEditable : true }); When clicking on the text input, the calendar comes up and the year and month can be edited within the calendar, but after the edit, the calendar stays open and the selected values do not populate the text field. Answer posted by Alex (support) on Apr 08, 2009 07:58 Hello, the date (day, month, year) is selected when you choose a day. Please, see attached sample. Try to click on 23 number - the calendar must close. If issue still persists, please provide the sample to recreate the problem Attachments (1)
|