:: Forum >>

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
Tuesday, April 3, 2007
The simplest would be inspecting the id or className of the event target -

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

This topic is archived.


Back to support forum

Forum search