Page 1 of 1

Collapsible collapsing after query refresh

Posted: Sun Sep 28, 2014 2:21 pm
by izozzy

I have a collapsible set, and within the different sections, there are filter parameters that link to a query.

When ever the query is executed, the collapsible set reverts to the collapsed settings defined at design time. This is frustrating as each time I have to open the last used collapsible section to choose more options....

Is there a parameter I have not set?


Collapsible collapsing after query refresh

Posted: Sun Sep 28, 2014 8:28 pm
by Alena Prykhodko

Hello,

This post should help https://getsatisfaction.com/apperyio/...


Collapsible collapsing after query refresh

Posted: Mon Sep 29, 2014 9:52 am
by izozzy

Thank you for the update.... this would be useful if I wanted to collapse/uncollapse all items, but i just want everything to stay the same after running the query, for example if 2/5 blocks are collapsed, after query refresh, they are still collapsed.... is that not possible?


Collapsible collapsing after query refresh

Posted: Tue Sep 30, 2014 12:42 pm
by Kateryna Grynko

Hi Izozzy,

You can collapse/expand each collapsibleBlock separately:
preApperyio("collapsibleName").collapsible("collapse");
Apperyio("collapsibleName").collapsible("expand");/preWhere collapsibleName is a collapsible component name.