Hi,
I have a form that is using the out of the box accordion layout on a panel with 5 sub-panels underneath.
When I load the form the first sub-panel is set to active and is opened automatically. This is useful most of the time, however I would like to know if it is possible to collapse all of the panels programatically (or via a setting)?
I have tried using the guidebridge api setFocus to focus on a button at the button of the form when the form initialises, but this did not work (as I think the focus may be handled after the init?).
I am also aware that I can setFocus to another panel (rather than the first panel), but this isn't what I am after.
Can anyone think of another way to collapse all the panels on the accordion when the form is loaded?
Thanks,
Jim