Displaying multiple select listbox in DHTML scheduler

Hi,

I wondering that is there any way to add a multiple list box on DHTML scheduler while adding a event(when a layer is open to add event details, we found the functionality of adding select box in the layer but how can be achieve multiple list box functionality in the layer , so that we can able to select multiple option at a time and display this details on calendar), and displaying list data in event. Or is there any other way to handle the multiple options from a select box while adding a event.

Thanks,
Ranjan

Hi,

you may define a custom editor. Here are the details:

docs.dhtmlx.com/doku.php?id=dhtm … om_editors

Hi Alexandra,

Thank you so much for your response.

Would you by any chance have a more concrete example of how to create a multi-select listbox using this method? I have tried a few times without luck. We want to add an item to the event popup that looks like one of these multi-select boxes -http://www.siteexperts.com/tips/html/ts16/page1.asp

Thank you.

Hi,

the sample with one selected can be found in the scheduler package dhtmlxScheduler/samples/01_initialization_loading/09_connector_options.html

The same approach can be used for the second, the third,… select.

But there was a bug with this feature. The fix is attached here:
viewtopic.php?f=6&t=12647&start=30#p37838