Hello,
I would like multiple collapsibles to be collapsed upon the app launching, how would I achieve this?
I've tried the following javascript codes according to the forum:
Appery("collapsible_name").collapsible( "option", "collapsed", true);
Appery("collapsible_name").collapsible("collapse");
On a "Load" event of the startScreen, neither of these worked.
As one post suggested, I searched for a "collapsed" checkbox within the properties of the collapsible, but I didn't see such an option, perhaps it was removed?
What would be the best way to approach this, considering there are multiple collapsibles on the page and I want all of them to be collapsed upon launch?
Thanks.