Expand/collaps of sections

U

Urs

Hi there,

Sorry but I'm a newbeez.
The user want's to expand/collaps a section when he clicks on the section title. How can I achive this?

Thanks, Urs
 
G

G. Tarazi

Add a button and change it's formatting to look like a section title.

In the data source, create an element (hidden filed) that is true or false.

When you press the button set this field to reverse itself (using a script).

Set conditional formatting on the section to hide / show the entire section
based on this field.
 
Top