Based on the sample tree above, I would like to enable the <a>
tag for the event onActivate rather than <span>
tag.
I had been using the onActivate
and onClick
function based on Dynatree documentation. But whenever I clicked the span
area, the function still activate the onActivate
and onClick
, whenever you click them.
Is there any way to just click the <a>
tag?
Thank you.