Page 1 of 1
Accordion - Keep Expanded
Posted: 09 Jun 2016
by colinwhunt@gmail.com
Is it possible to keep an accordion control to always be expanded and never collapsable? I like the layout of the control as I can group common controls together but I do not want the accordion to collapse even if clicked.
Re: Accordion - Keep Expanded
Posted: 10 Jun 2016
by Dmitry Kozlov
You can use tables for fields grouping. If you need a border around the table, add it via CSS:
Style: border: 1px solid #E1E1E1
Re: Accordion - Keep Expanded
Posted: 10 Jun 2016
by Jdubs
Hey Colin,
I do the same as you (as in use the According for grouping rather than the actual according functionality).
All you need to do is click and drag the "Accordion" feature to your canvas, for every according you want. (Do this as opposed to adding additional accordions by clicking the "+" feature from the one you click and drag.
Doing it this way makes it where each and every accordion will not collapse, even if a user clicks on it.
Re: Accordion - Keep Expanded
Posted: 14 Jun 2016
by colinwhunt@gmail.com
Excellent, thank you. I love simple solutions,