How can I click on the ‘{unitsName}_scale_text’ in the ‘week units view’ and have a custom lightbox open?
Thanks,
Mike
How can I click on the ‘{unitsName}_scale_text’ in the ‘week units view’ and have a custom lightbox open?
Thanks,
Mike
Hi Mike,
To open the lightbox you need showLightbox() docs.dhtmlx.com/scheduler/api__ … htbox.html
To check the active view, please use scheduler.getState().mode docs.dhtmlx.com/scheduler/api__ … state.html
I think you need to get a container with scale text and open lightbox using onclick event.