Questions tagged as 'modal'

0
answers

Get table row ID to load Modal for edital

Good afternoon, folks, After so much research and can not understand how it works, I'm trying to solve a problem I'm having. I am creating a registry of service providers, however I came across the lack of knowledge: I've created a tabl...
asked by 01.06.2016 / 18:42
3
answers

How to display the value of a variable in a modal bootstrap with PHP?

I have form that does a calculation, inserts in the bank and returns the value through a alert . I would like to replace this message with alert with a modal . HTML <form method="post" action="#"> <inpu...
asked by 19.04.2016 / 15:52
0
answers

Modal in jquery does not open

I'm putting together a page that, when doing a search in the database, returns a table with the found data. In this table a td brings a link and passes a record at the same time. Clicking on the link should open a modal but it is not working. Wh...
asked by 06.04.2016 / 00:41
2
answers

Pass information to a Bootstrap Modal

I need to pass id of a modal to my controller.php . In the modal, clicking on the "delete" button I'm trying to pass via POST id of the client, but the controller does not receive anything. Here I get the data that...
asked by 23.03.2016 / 04:29
0
answers

Pie Chart within modal

I am putting together a page with a link that opens a modal. In this modal I want to open a pie chart, but the modal opens in white and only after I update the page with the modal open is the pie chart appears. Detail: I'm using bootstrap, Admin...
asked by 15.03.2016 / 22:40
0
answers

AngularJS new value does not reach the directive

I have the following directive that mounts a modal. Arquivo: login.component.js (function() { 'use strict'; var app = angular.module('myapp'); app.directive('loginComponent', ['loginService', function(loginService){...
asked by 02.03.2016 / 02:36
1
answer

Bug in scrolling when opening one modal on top of the other

When I click on Menu in the link link (go to the restricted area, login: admin and password: admin) it opens modal normally, with scrolling and everything else, all right. When I click to view one of the menus it opens another modal...
asked by 05.02.2016 / 14:08
1
answer

Modal in controller

I'm working on a page that has a Model OrderPosition and there is a button that when pressed opens a modal of products, with a table with all products. As I click on a line of a product the product selected in the modal is added to the OrderP...
asked by 01.10.2015 / 21:46
1
answer

multiple Bootstrap / JS / PHP modal

I used this link as a reference for creating my Modal: Open Multiple Bootstrap Modes . After opening a modal and clicking outside the modal box, when we return to page, an automatic style of padding-right is opened: 17px, and with each modal...
asked by 28.08.2015 / 17:52
4
answers

Div occupying the entire page height

So, I'm developing a system here that opens a modal to edit an information ... The modal opens a DIV background that only takes the size of the screen, if I scroll down this background div is cut. > I will post images to understand. This is...
asked by 03.01.2017 / 19:26