Questions tagged as 'modal'

1
answer

How to close a modal when clicking outside it?

I made a modal and need it to be closed by clicking outside it or the close button. I already tried to do with onblur only that it does not work, it only serves for tag input. How should I do it? function abre() { document.getElementBy...
asked by 19.08.2017 / 15:16
1
answer

Centralizing modal bootstrap

I have modal bootstrap on my page HTML . When I open the modal in the computer browser, the modal appears as follows: ButwhenIsimulatethescreenofasmartphone,themodalbehindmymenunav: Belowisthemodalcode:<divid="modal-facens" c...
asked by 07.02.2017 / 19:42
1
answer

Dropdown in the modal does not see scope of the controller Angular JS 1.5

Good morning. The problem is this, I have a news feed page and inside it I use a Modal Angular UI - Modal to display information for a specific post. I have a DropDown with two options, "Delete" and "Edit". DropDown <div class=...
asked by 05.01.2017 / 13:56
2
answers

Problems with Bootstrap modal and deletion of records

I have a page with n records, and for each of them there is their Delete button. When you press it, a bootstrap modal is opened asking whether to confirm the action or not. Upon confirmation, an ajax function is fired, deleting the record in que...
asked by 18.10.2016 / 21:29
3
answers

Passing a PHP variable to a Bootstrap modal

I have a report ( table ) containing user registrations using the Bootstrap framework. Next to each record line is Edit. Clicking on this option would call the Modal window, and open the information for that record specifically. The...
asked by 05.07.2016 / 21:25
1
answer

How to make edit button work in a modal window?

I'm not understanding how to make the "Edit" button work within modal ... Screen (clicking on details opens this mode where you have the edit button): Mymodal: informationcontainedwithinthemodal:     
asked by 27.08.2018 / 16:00
2
answers

Open a modal that comes from a different PHP page

I want to open a modal on a menu button but only put it in a separate file just for him, I wanted to know what command to open it by pulling from another file in PHP     
asked by 05.06.2018 / 19:17
2
answers

Send URL parameter of a table to a modal

Good morning, friends, I'm having a doubt to send URL parameters as if it were one; <a href=\"pagina.php?id=$id\" >enviar</a> Except that instead of sending to another page, I would like to send to a modal on the same p...
asked by 12.04.2018 / 16:19
1
answer

Modal display when sending data to the bank with PHP

I'm trying to make, after the user clicks the submit button, the system displays a modal with some data. But I'm not getting why even without filling anything in the form, when clicking the button, the modal is displayed: FORM <scr...
asked by 10.03.2018 / 00:12
1
answer

How to close a modal by pressing the "ENTER"

How can I close a bootstrap modal using the enter key: The code I'm using is as follows: <div class="modal fade" id="succes-action" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-di...
asked by 30.03.2018 / 03:13