Top "Collapse" questions

This tag is deprecated and should not be used, because it lacks discriminating power.

How to switch the icon on a button when collapsing with AngularJS?

I have this button <button class="btn" ng-click="isCollapsed = !isCollapsed"><i class="icon-fullscreen"></i>…

javascript twitter-bootstrap angularjs collapse
Show/Hide (via Bootstrap's collapse function) divs based on radio button

I'm trying to use Bootstrap's collapse functionality to show/hide divs based on which radio button is checked. I was …

javascript html twitter-bootstrap collapse
OpenMP with "collapse()" for nested for-loops performs worse when without

This is my code: double res1[NNN]; #pragma omp parallel for collapse(3) schedule(dynamic) for (int i=0; i<NNN; …

performance openmp collapse
How to check if group is expanded or collapsed in Android ExpandableListView?

I'm looking for an api like isExpanded() or isCollapsed() that tell me if a group is expanded or collapsed.

android expandablelistview collapse expand expandablelistadapter
Android expand/collapse RelativeLayout

I've tried various solutions from this topic (see. Android: Expand/collapse animation ) and none of them really worked for me. …

android layout android-animation collapse
android - collapse searchview after submit

I am using searchview in my application ( without action bar). How can i collapse searchview after query text submit ? I …

android collapse searchview
"Collapsible" <div>

I'm having some trouble with a that I'm trying to keep hidden, until the user clicks on a element. The …

css html visible collapse
How to collapse/expand all comment blocks in a file in PhpStorm?

In PhpStorm, what is a quick way to collapse or expand all the comment (doc) blocks in a file? In …

php comments phpstorm collapse docblocks
Twitter Bootstrap 100% height accordion "jump"

I'm trying to implement a 100% height accordion using the Twitter Bootstrap collapse component, exactly as described in this question. I'm …

html css twitter-bootstrap collapse
How to add 'collapse' to a Django StackedInline

In the same way you can add 'classes': ['collapse'] to one of your ModelAdmin fieldsets, I'd like to be able …

django django-admin collapse