Get KoolPHP UI with 30% OFF!

1 instance of KoolCalendar obscures another instead of closing the previously displayed instances

Michael
I have 2 instances of KoolCalendar on a page.
The second one is open:

When I click the first one, it is obscured by the second one instead of closing the second one:

Seems to be a bug. Please provide a fix.
Posted Sep 21, 2016 Kool
Peter
Please use different name for each Calendar:
$date_one = new KoolDatePicker("date_one");
...
$date_two = new KoolDatePicker("date_two");

Please let us know if you need further assistance.
Regards,
Peter
Posted Sep 23, 2016 Kool
Anthony Amolochitis
You can use the offset parameters to have your calendar load in different positions.
OffsetLeft Get or set offset left of panel containing calendar and timeview.
http://doc.koolphp.net/Controls/KoolCalendar/PHP/KoolDatePicker_Class/index.php#OffsetLeft
OffsetTop Get or set offset top of panel containing calendar and timeview.
http://doc.koolphp.net/Controls/KoolCalendar/PHP/KoolDatePicker_Class/index.php#OffsetTop
Posted Sep 25, 2016 Kool
Michael
I am using different names, but this does not fix the problem.
Posted Sep 26, 2016 Kool
Michael
Using different positions is a workaround, but not a fix.
Posted Sep 26, 2016 Kool
Anthony Amolochitis
You could use the client events to just close the calendar that isn't suppose to be open.
http://doc.koolphp.net/Controls/KoolCalendar/Javascript/KoolCalendar_ClientEvents/index.php
Posted Sep 26, 2016 Kool