3.2.0

AW.UI.Tree want all childnodes of parent node.

Hi,
I am using aw.ui.tree. I need solution for getting childnodes of parent node.


thanks
APP
November 17,
tree.onItemClicked = function(event, i){
alert(this.getViewIndices(i));
}
It's opposite here:
http://www.activewidgets.com/javascript.forum.15630.1/getting-all-folder-parents-of.html
November 17,

This topic is archived.

See also:


Back to support forum