How to remove expand on label click on TextNode YUI Treeview ?
- by quilovnic
I want to expand the Node only on click on Icon not on the label.
With yahoo ui 2.7 :
selfCategoryTree.tree.subscribe("labelClick", function(node) { alert(node.data.customData.id + " label was clicked"); });
So I catch the labelClick , I show an alert, but the Node is expanded.