3.2.0

AW.UI.Tree-Is there a way to find out that user have clicked the node image.

Scenario - When the user clicks the Node Icon (leaf node), it should simply set Node focus.Please Help


Thanks in Advance
Thimi Jose
April 3,
The simplest would be inspecting the id or className of the event target -

tree.onItemClicked = function(event, i){
    alert(event.srcElement.className);
}
Alex (ActiveWidgets)
April 3,

This topic is archived.

See also:


Back to support forum