Questions tagged as 'collapse'

0
answers

How to make a collapse in Ionic?

I'm trying to do a Collapse and it looks like this: HTML <ion-content>     {{topicos.name}} <ion-item *ngFor="let aulas of topicos.get_classes" [hidden]="deixainvisivel" menuClose ion-item (click)="openClass(aulas.id)">{{au...
asked by 23.05.2017 / 19:24
1
answer

Collapse bootstrap is not closing

I'm using the following code to do a Collapse with bootstrap, it opens normally but does not close when clicking again, can anyone help me? <div class="well"> <button href="#task" data-toggle="collapse" class="btn...
asked by 19.09.2016 / 21:32
1
answer

Navbar collapse bootstrap does not push other div down

People are as follows, I'm using the bootstrap responsive menu and I needed that when I clicked the menu icon, the list appeared and pushed the other divs down .... but when I click the list it is appearing below of the other divs .... see well...
asked by 29.03.2017 / 15:46
1
answer

Collapse on bootstrap with swapped signal

I'm having a hard time correctly signaling the icon (the "+" in the right corner, signaling the expand and the "-" signaling it to collapse) when the collapse is compressed and when it is open. It gets changed, buga in the first time that...
asked by 29.06.2018 / 06:40
1
answer

Open collapse via URL Bootstrap

How can I open a collapse via URL? For example: clicking 'Link 1' it goes to page 'page1' and opens the user to collapse ' link1' , in this case the collapse is with ID link1 > Just to get an idea of the environment, I put toge...
asked by 03.07.2018 / 17:45
1
answer

Collapse and no dropdown works?

What goes wrong in the following code, collapse and nor dropdown works. <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1,...
asked by 08.02.2018 / 02:22
1
answer

How do I collapse and expand a text using HTML5 only? [closed]

I wrote the following code I saw in a Bootstrap tutorial video but it is not working: <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12"> <h4><a href="#col3Content" data-toggle="collapse">Column3</a></h4> <...
asked by 04.02.2017 / 19:13
2
answers

Disable Bootstrap Collapse after first click

I have a page, in which I applied the bootstrap class collapse, where clicking it expands a certain area and the page scrolls to that part of the site. I want you to click and expand this area, the button loses this functionality, that is, when...
asked by 20.09.2016 / 20:34
1
answer

Collapse not hiding

I'm trying to make a table with collapse, but it happens that clicking the button collapses, but when trying to hide, it just does not work. HTMLcode<tr><td><inputtype="checkbox" name="chck" id="chck" class="filled-in chk-col-...
asked by 20.06.2018 / 15:19
1
answer

[Angular] [Bootstrap] -Effect collapse open and close with just one click

I'm wanting to perform a collapse effect the moment I change the item in the slider below. When I change the item, I get the service, various information reloading my child component (performed a ngFor). I would like to do the close and open eff...
asked by 13.12.2018 / 03:35