Questions tagged as 'modal'

1
answer

Bootstrap Modal Responsive - Height

I need a responsive mode that fits the height of the browser. If the whole modal does not reach the height, the scroll will not be shown, but if it exceeds the size / height, the scroll will be shown in the modal body. Header and Footer conti...
asked by 03.07.2018 / 02:29
1
answer

Button making submit to action instead of opening only Modal

I am putting together a Modal to add a category and a list of products in a modal. When I click the button to add a new product my category Create action is called when it should only open the modal. I do not understand what is wrong for t...
asked by 20.05.2018 / 01:37
1
answer

Clear modal after inserting record in database with php and ajax

I'm saving a record inside the MYSQL database with AJAX . The problem is when I insert a new record with the modal. It brings up the record I entered earlier. How can I make the modal after registration clean? Modal HTML <!--...
asked by 04.06.2018 / 14:20
1
answer

js error in modal (popup)

My question is about a modal code that I modified but the error js and modal does not open This is the html part: <div class="page-wrapper"> <a class="btn trigger" href="javascript:;">Click Me!</a> </div> <div...
asked by 10.06.2018 / 16:53
1
answer

Ajax does not work with Modal Bootstrap

Hello, I have the following code, where Modal Bootstrap opens from a DB lookup when I click on an item in the returned list: <input type="text" name="pesquisa" id="pesquisa"> <table class="resultado"> </table> S...
asked by 06.04.2018 / 18:16
1
answer

problem when calling modal

I'm starting to learn about modal, so I looked for some examples and found one that helped me in what I need, but with some error I can not identify. The code is this: <a href="delete.php?id=<?php echo $id; ?>" class="btn btn-sm b...
asked by 11.01.2018 / 23:31
1
answer

Bootstrap Modal integer and centered on the page

I put Modal Bootstrap in my template as a test to display messages on the screen but it appears cut in the corner of the screen. How to adjust and center the Modal on the screen without being cut? Here is the code: <asp:TemplateField Header...
asked by 25.12.2017 / 15:34
1
answer

Specific Confirmation Mode

<buttontype="button" class="btn btn-danger alert-confirm m-b-10" onclick="_gaq.push(['_trackEvent', 'example', 'try', 'alert-confirm'])"><i class="fa fa-trash fa-lg"></i></button> What I want is that by clicking on th...
asked by 17.12.2017 / 17:20
1
answer

How to trigger the event cancel when I click outside the modal or ESC constraint?

Problem with output from modal $uibModal : var modalInstance = $uibModal.open({ animation: true, templateUrl: 'detalhes_leitura.html', controller: 'ModalController',...
asked by 03.11.2017 / 16:14
1
answer

Modal does not open on second click

I have the following button: <button class="btn btn-default botao_leitura_biometrica" id="" style='border: solid 1px #666'>Lectura Biométrica</button> This should open a modal: <div class="modal modal-lg leitura_biometr...
asked by 14.09.2017 / 16:24