Hello,
how get i get the parent id in timeline mode tree onClick
for exemple :
key:20, label:“Web Testing Dep.”
Hi,
Use getActionData() method to return the current cursor-pointed section.
https://docs.dhtmlx.com/scheduler/api__scheduler_getactiondata.html
Hi Polina,
Am sorry, my question wasn’t clear, i want to ask how to get the parent id when on click the children node ?
any idea
thank you in advance
When you know child Id value, you need to find parent in the array with section (elements in snippet).