Questions tagged as 'modal'

1
answer

Open Image in Modal Bootstrap Dynamically

My intention is the following, after generating the list of images by PHP, I wanted that when I clicked on any of the images it would open in a modal dynamically, where I would pass the image address by some parameter and it would open in bootst...
asked by 26.03.2016 / 21:43
1
answer

Open html page in the modal

I have the following html pages: cadastrocliente , cadastroadirectory and cadastrocontact . In my customer register I have two buttons: id="btnCadastroEndereco" and id="btnCadastroContato" . When I click on these buttons...
asked by 29.12.2017 / 14:35
2
answers

Open modal second only after closing the first

It seems simple but with difficulties, I have two modal that has to appear in the home after login of the user, I need to appear one and only after the user closes that first appears the second modal. I have the following code: $(do...
asked by 18.01.2017 / 18:22
2
answers

Editable table in PHP [closed]

I have a table with a list of companies. I want from a click on the table line to load a modal with the information of this company. Any suggestions on how to do it?     
asked by 23.05.2016 / 22:47
1
answer

How to put a "page" opening on a piece of the page?

In the DatePicker example, when someone clicks on input date, opens the correct calendar down. How can I do this ? In my case I have a page that only has a calendar made by me, it's a specific calendar, but I would like it when someo...
asked by 05.09.2015 / 00:53
1
answer

Close modal bootstrap automatically when submitting form

I have a modal bootstrap that has a contact form: HTML:              Thank you! Your form has been successfully submitted and will be answered as soon as possible.              <div class="modal fade" id="contactModal" tabindex="-1"...
asked by 13.01.2017 / 01:21
1
answer

Modal is not scrolling

CSS: .modalDialog { position: fixed; font-family: Arial, Helvetica, sans-serif; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.8); z-index: 99999; opaci...
asked by 10.03.2017 / 21:47
2
answers

Disable form submit button inside a modal bootstrap window

I have tried in several ways to disable the submit button of a form that is inside a modal bootstrap window, but I did not succeed. I already researched the documentation but tb I did not find it. Can someone give me a light? Here are some of...
asked by 25.05.2016 / 21:49
1
answer

How to open external URL in bootstrap modal?

I already use the bootstrap modal and it worked very well for the content I tested. But I can not find anything that explains how to open an external page in a modal on the site. Does anyone know how to do it? I'm grateful for the help!     
asked by 03.04.2017 / 17:55
1
answer

Datepicker is shown behind the modal bootstrap

I have a bootstrap modal: <!-- Modal content--> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">&times;</button> <h4 class="modal-ti...
asked by 15.03.2016 / 11:21