The Title says it all. Is there a way to trigger(attach) an event when the user selects a item from a dropdown menu?
Thank, Kiwi
The Title says it all. Is there a way to trigger(attach) an event when the user selects a item from a dropdown menu?
Thank, Kiwi
Hello @Kiwi_gamer01 ,
You can add the onChange
property to the selection in the lightbox:
https://docs.dhtmlx.com/scheduler/select.html#properties
Here is a sample(changing of the parent select changes the child one):
https://docs.dhtmlx.com/scheduler/samples/02_customization/26_linked_selects_in_lightbox.html