move lightbox

dear all,

i’m using scheduler and it’s very nice and useful. But i would like define a ligthbox as a window .
i want to be able to move the ligthbox in any direction like a window.
is it possible ?
Thanks.

I was wondering about the same…

Agreed . I thought I had some setting wrong as you could not move the box which means I have to scroll down to save . Be great even for the info on how to set its position in the code so it would be a bit higher :smiley:

Hello,

Thank you for your feedback, everyone.
We will see if we can implement this in the upcoming version.

By default lightbox will be displayed in the center of the viewing area in the upcoming version.

Best regards,
Ilya

If anyone wnts to reposition the lightbox for now
( Can’t find where its creating it so just edited the css )
Open dhtmlxscheduler.css and find

.dhx_cal_light{height:400px;light:300px;background-color:#FFE763;font-family:Tahoma;font-size:8pt;border:1px solid #B7A64B;color:#887A2E;position:absolute;z-index:10001;width:576px;height:300px;}

( or similar )
I moved my up just from the top
Replace with

.dhx_cal_light{height:400px;light:300px;background-color:#FFE763;font-family:Tahoma;font-size:8pt;border:1px solid #B7A64B;color:#887A2E;position:absolute;z-index:10001;width:576px;height:300px;margin-top:-210px;}