Questions tagged as 'modal'

0
answers

How to use modal alert within PHP form?

I'm trying to submit a form within the same page with $_SERVER['PHP_SELF'] and from that receive a "registered product" alert with a modal Boostrap. I believe I am not able to link the submit action with the alert. Working code...
asked by 12.09.2015 / 20:17
0
answers

Adding Partial Views to my main page via a modal

I have a page with a button that calls a modal and in this modal there is a table with the products, which when I click on a record of the products it is added to my page. You are adding only the first product, more than one is not added. I h...
asked by 02.10.2015 / 15:32
1
answer

Modal W3.CSS conflicts with AngularJS [closed]

I'm trying the AngularJS that until then used Bootstrap CSS. But the W3.CSS uses an anchor to open, already AngularJS interprets the anchors as routes and redirects to the route . As an otherwise , it redirects to / and...
asked by 03.09.2015 / 14:57
1
answer

Prevent scroll while the Modal Bootstrap is open

How do I prevent the scroll scroll while the Bootstrap Modal Dialog is open? <!-- Modal --> <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog" role="docum...
asked by 18.08.2015 / 12:53
1
answer

How do I enable scroll wheel scrolling of a modal in Bootstrap? [closed]

How can I make the scroll bar of a PDF file, loaded within a iframe (which is within a modal of Bootstrap ), work when the bar is clicked and when running scroll of the mouse (only works when the bar is clicked).   ...
asked by 24.09.2015 / 19:28
1
answer

Modify button when using browser scroll [closed]

I wanted to leave the modal button fixed at the top of the page, but when I use the scroll of the browser, the close button disappears, this happens only in one mode, all 7 being exactly equal. <div id="bg-egipcia" class="bg font-shadow"&...
asked by 20.12.2016 / 17:04
1
answer

Is there a function in R that helps me find the fashions of a multimodal dataset?

Something of the type EncontraModa (Dataset, N_Mores_Modas)? I'm working with the following integers:     c (1,2,3,4,5,6,7,7,7,8,8,9,9,9,9,9) That is, the example is trimodal and has a larger fashion than the other two. The ideal would b...
asked by 09.02.2018 / 21:03
2
answers

How to pass value within modal with PHP [duplicate]

I'm trying to create a delete button for a table. The exclusion will be ugly in two steps: 1. click on the trash 2. confirm I think I'm getting confused when it comes to passing the $ pro modal value. <html lang="en"> <head>...
asked by 16.09.2015 / 00:07
2
answers

Create a modal only with jQuery / JavaScript

I have a view RecoverySenha , where it will bring the following message:    We will send password recovery information to the email below:       [email protected] Where this view will already open with the email according to the user ID....
asked by 30.01.2018 / 12:26
2
answers

Assign link to a modal bootstrap window

How do I get the link from a modal window? In case I want to send this link, the user clicking the link already open the modal. How do I do this?     
asked by 29.11.2017 / 20:57