Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Seetharaman Srinivasan on Jun 28, 2008 07:59
open dhtmlx forum
DHTMLCalendar display

I have attached to dhtmlcalendar to my date field.
<input type='text'  id='checkdt' name='checkdt'>

and also I have the following script

mcal = new dhtmlxCalendarObject('checkdt');
mcal.setSkin("yahoolike");

When I click on the checkdt field, the calendar appears with yahoolike skin.

The calendar is far away down from the input text box field.

Any suggestions?
Answer posted by Support on Jun 28, 2008 08:41
The problem may be caused by used HTML layout.
Please try to use attached js file instead of original one - it may resolve your issue.
If problem still occurs - please provide any kind of sample where issue can be reconstructed.
Attachments (1)
Answer posted by Seetharaman Srinivasan on Jun 28, 2008 09:06
Thanks for the quick response. It worked very well