Questions tagged as 'modal'

1
answer

How to show "load" screen with modal bootstrap on any process from server c #

I need my pages to show the entire server process a screen with a Loading type using the bootstrap modal I created below. My problem is being able to show this in every process. Is there any way to do this? Does anyone have an idea? M...
asked by 12.04.2016 / 19:09
1
answer

$ _POST without closing modal bootstrap

I have to open a form in a modal using bootstrap and when I send it I want to receive the data without closing modal I open the modal like this: <a data-toggle="modal" data-target="#modalEMP" href="consulta.php">Consultar CNPJ</a&g...
asked by 22.02.2016 / 01:40
1
answer

how to implement jsPanel with jsf

I'm trying to render an xhtml page inside jsPanel, but just get the jsPanel empty. this is the javascript: function executeLoad(aUrl){ $.jsPanel({ load:{ url: aUrl }, selector: "#content", title: "com url", boo...
asked by 08.12.2015 / 14:32
1
answer

Facebook Like Button on a Dynamically Changed Modal

I have an application using the Facebook JavaScript SDK, there is a simple modal that has its content dynamically created. It's important to note that the code is working properly, except for the Like button on facebook. Modal part in HTML co...
asked by 26.10.2015 / 00:32
3
answers

Razor - Send parameters to a modal Bootstrap

I have a list (grid) and want to open a modal bootstrap with details of the chosen line. To build the list I'm using - @foreach , and I store the data in viewbag . The idea is to open the modal window and use the data of viewba...
asked by 30.09.2015 / 07:15
1
answer

Submit of the form inside a modal view me redirects to the view page

I have an MVC project. A View Home / Index loads View Users / Create as a bootstrap modal. However, my <input type="submit" /> redirects me to the Users / Create view address. I wanted the application to remain in the View Ho...
asked by 01.10.2018 / 15:39
2
answers

Change Width of a Modal

Hello, when trying to increase the width of a modal in bootstrap 4, I tried to change the width of modal-lg through css as I saw in the English stack overflow. However, I've tried the same code and can not make modal-lg switch from the default 80...
asked by 26.09.2018 / 17:40
1
answer

Onclick to close a modal without reload

This button closes a modal, but must be done without causing a reload. How is it? <button type="button" class="close" data-dismiss="modal" aria-label="Close" onclick="javascript:window.location.reload()"><span aria-hidden="true">×&...
asked by 11.09.2018 / 16:47
1
answer

How to retrieve variable value in a modal Bootstrap window

My problem is this: I have this code that displays multiple cars in a table: <?php $veiculos = "SELECT * from veiculo "; $veiculos .= "WHERE id_secretaria = '1' ORDER BY placa DESC LIMIT 2"; //mudar conforme o id da secretaria $query_veicul...
asked by 22.06.2018 / 01:25
1
answer

I can not submit the form!

I have this form in a Modal, but when I submit it it does not send anything by the post or get method, and the problem I encountered was modal itself, it does not submit inside modal. Someone could give me a help, I messed up something in the cr...
asked by 23.07.2018 / 19:18