uhuru
3 Feb 2011, 2:12 AM
Hi.
In a nestedlist I can know the id of a leaf item this way:
listeners:{
leafitemtap: function(sublist,subidx,el,e,card){
alert(subidx);
}
}
I need also to know the id of the parent item, or the parent "title/text". Can anyone help? Thanks
In a nestedlist I can know the id of a leaf item this way:
listeners:{
leafitemtap: function(sublist,subidx,el,e,card){
alert(subidx);
}
}
I need also to know the id of the parent item, or the parent "title/text". Can anyone help? Thanks