Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by C. Bernstein on May 04, 2009 11:28
open dhtmlx forum
Calendar Pop-Up Not Fitting on Screen

When the calendar object is displayed near a corner/end of the screen, when the pop-up appears it does not fit on the screen. A user has to scroll to see the calendar pop-up. Is there anything to be done about this?
Answer posted by Alex (support) on May 05, 2009 01:41

Hello, 

There is an opportunity to define the calendar position: 

calendar.setPosition(y,x);

So, you can define the position taking into consideration the necessary horisontal and (or) vertical offset.  

Answer posted on May 08, 2009 11:46

I am getting an error when trying to use this function:

this.parent.style is null or not an object

Answer posted by Alex (support) on May 11, 2009 01:36
Please, provide the sample to re-create the problem