You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by mehdi b <me...@yahoo.com> on 2008/11/19 12:46:27 UTC

LinkTree Add Children on Node Expansion

Hi,
I want to use LinkTree and I want to add a node's children on its expansion in server side (like what we can do in Swing). I also want the junction link show the '+' icon on every node which its 'allowsChildren' is true, and on its expansion if no child provided, its junction link changes to a junction corner (like Swing). How can I do that?