Lightbox customization

Hi,

Thanks for dhtmlxScheduler tool, it’s really amazing.

2 questions:

  1. How can I customize lightbox to do that (select + button in same section):

    https://ibb.co/mmuDCy

  2. How can I change dimensions of wide lightbox ?

Thx for yor help
Micka

Hi,

  1. Try to implement it through the Custom Lightbox Control.

  2. 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

  1. how to attach my call_back “onClickButton” function
  2. how to get the selected items

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…