Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Forrest Snell on Sep 23, 2009 07:39
open dhtmlx forum
Mutiple windows and calendars

I am opening a dhtmlxlayout and then opening windows within. But the calendar will always show up behind the windows if i have more than one window open. I am attaching the calendars to input boxes. Is there anyway to correct this?
Answer posted by Alex (support) on Sep 23, 2009 08:05

Calendar z-index is 99. In case of opening multiple windows z-index of the second, third,... windows in bigger than 99.

So, try to increase the calendar z-index in the dhtmlxcalendar.css:

.dhtmlxcalendar{
...
 z-index:999;
...

}

Answer posted by Forrest Snell on Sep 23, 2009 09:51
I tried that. But still have the same issue.
Answer posted by Alex (support) on Sep 24, 2009 01:23
Could you please provide complete demo. Where we can recreate the issue.
Answer posted by Forrest Snell on Sep 24, 2009 05:15
Here is a streamlined sample. Both windows open when you browse to index.php. They both have a date field and the calendar shows up behind the form. Thanks for your help.
Attachments (1)
calTest.zip781.41 Kb
Answer posted by Alex (support) on Sep 24, 2009 09:04

Hello 

please try to use attached file instead of the original one. It will solve the issue

Attachments (1)
dhtmlx.zip111.39 Kb
Answer posted by Forrest Snell on Sep 24, 2009 09:18
Thanks!!!