how can i add a combobox containing checkboxes onto lightbox?
the following code produces a pure combobox (single selection). i want to apply checkbox property to combobox, and enable multi-selection.
scheduler.config.lightbox.sections=[
…
{name:“custom”, height:23, type:“select”, options:sections, map_to:“section_id”}
…
];
can anybody help me?
Did you find any way out for this? I am trying to integrate Combo box as tags or combo as like tags
Hi,
the lightbox has one standard mutli-select control:
docs.dhtmlx.com/scheduler/multiselect.html
Demo:
docs.dhtmlx.com/scheduler/sample … tions.html
If you need more sophisticated logic you can use third-party library (as jQuery UI) with a custom lightbox editor.
docs.dhtmlx.com/scheduler/custom … ditor.html