Hi,
Thanks for dhtmlxScheduler tool, it’s really amazing.
2 questions:
-
How can I customize lightbox to do that (select + button in same section):
https://ibb.co/mmuDCy -
How can I change dimensions of wide lightbox ?
Thx for yor help
Micka
Hi,
Thanks for dhtmlxScheduler tool, it’s really amazing.
2 questions:
How can I customize lightbox to do that (select + button in same section):
https://ibb.co/mmuDCy
How can I change dimensions of wide lightbox ?
Thx for yor help
Micka
Hi,
Try to implement it through the Custom Lightbox Control.
Only be redefining scheduler CSS rules.
Thx Paolina for your answers.
This is what I tried. I also tried with “template” type in sections controls https://docs.dhtmlx.com/scheduler/template.html.
But I can’t figure out
Do you have an idea ?
Thx for your attention
Hi,
Ok, For the first question I had to add dhx_button=“1” in my HTML.
Where can I find doc about this field ?
I already saw https://docs.dhtmlx.com/scheduler/changing_lightbox_buttons.html,
but it’s seems to only be for buttons in the last section of lightbox…
Thx
For my 2nde question, document.querySelector(’#id_select’).value do the trick.
I used the DOM Api…