Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hide/show collapse/expand buttons

While trying to use a shortcut, I managed to press the wrong keys, which hid the collapse/expand buttons, i.e. the minus/plus buttons that can collapse or expand a class. How can I show them again?

like image 550
Shathur Avatar asked May 06 '11 09:05

Shathur


People also ask

What is the expand collapse button?

This pattern creates a button that toggles an element as hidden (collapsed) or not hidden (expanded). The element's current state and changes in the element's state are communicated to screen reader users.

What is BS Bootstrap?

The data-bs-target attribute accepts a CSS selector to apply the collapse to. Be sure to add the class collapse to the collapsible element. If you'd like it to default open, add the additional class show . To add accordion-like group management to a collapsible area, add the data attribute data-bs-parent="#selector" .

How do I stop a Bootstrap collapse?

To control (show/hide) the collapsible content, add the data-toggle="collapse" attribute to an <a> or a <button> element. Then add the data-target="#id" attribute to connect the button with the collapsible content (<div id="demo">).


1 Answers

Toggle Folding Ctrl + / (numpad divide). For the list of all shortcuts : Ctrl + Shift + L

like image 154
krookedking Avatar answered Oct 12 '22 02:10

krookedking