Here is i want to do:

When a list item get selected , i want its children to be "selectable"
`listitem.getChildControl("content").setSelectable(true)`
When a list item lose selection , i want its children to
`listitem.getChildControl("content").setSelectable(false)`

How can i get the currenly selected item's childrens? (not data , i want to
control childrens).

Thanks.
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to