You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Scott Yeadon <sc...@anu.edu.au> on 2004/08/04 05:40:44 UTC

CForms: collapsing repeaters

Hello,

Is there a facility via the Java API to be able to make widgets hidden 
on redisplay of a page, e.g. for providing a facility for collapsing 
repeaters or treeview-type structures in a form? Although I could remove 
rows and keep the repeater info elsewhere that doesn't seem to be an 
ideal mechanism for achieving this!

Scott.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: CForms: collapsing repeaters

Posted by Joerg Heinicke <jo...@gmx.de>.
On 04.08.2004 05:40, Scott Yeadon wrote:
> Hello,
> 
> Is there a facility via the Java API to be able to make widgets hidden 
> on redisplay of a page, e.g. for providing a facility for collapsing 
> repeaters or treeview-type structures in a form? Although I could remove 
> rows and keep the repeater info elsewhere that doesn't seem to be an 
> ideal mechanism for achieving this!

You can do this using unions and structs.

Joerg


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org