Hi,
I need to give a link on cell header of the accordion. On the link I need to provide a dhtmlx context menu. Please let me know how is this possible?
Thanks,
Dilpreet Singh
hello,
accordion header has own onclick handler. So, bubbling of link onclick must be canceled:
…open menu…
In order to show context in a certain position you can use showContextMenu(x,y) method.