Hello I need to better understad onYScaleClick, the documentation has not an example.
I need to call a webpage when clicking an item on the timeline y-scale, how i can do that?
thanks!
Hello I need to better understad onYScaleClick, the documentation has not an example.
I need to call a webpage when clicking an item on the timeline y-scale, how i can do that?
thanks!
Hi,
this event is triggered each time user clicks first column of the timeline view. If you need to navigate user to another page, you can either change window.location on click
w3schools.com/js/js_window_location.asp
or wrap section label into tags,
docs.dhtmlx.com/scheduler/api__s … plate.html