Managed to jury-rig an 'expand all' solution by editing tree.java. If anyone is interested in the code let me know.
Cheers, CL -----Original Message----- From: Combinational Logic [mailto:[EMAIL PROTECTED] Sent: Saturday, June 24, 2006 2:28 AM To: [email protected] Subject: Tree Widget collapse / expand all I'm trying to create links in a form template that will 'collapse all' and 'expand all' for a tree widget instance (with ajax). I tried the following and various other combinations with no luck. Any tips? <p>[<a href="#" onclick="return TreeToggleCollapse('${widget.fullName}', '*')">collapse all</a>]</p> Thanks, CL --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
