Questions tagged as 'modal'

0
answers

Angularjs passing data to Modal

My problem is loading information into a modal. Controller Parent: App.controller('adminSolicitacoesCtrl', function($scope, $location, $auth, solicitacaoAdminService, EmpresaService, $filter, $rootScope) { $scope.solicitacao_modal...
asked by 07.06.2018 / 21:00
4
answers

Call an HTML file in a lightbox mode

The case is as follows: I use the Lightbox Modal for a gallery of images, in the index I have the thumbs and clicking opens the modal with the maximized image. Due to the amount of images it takes too long to load them all. How can I ca...
asked by 09.11.2017 / 20:36
1
answer

Open a Modal with the result of MySql

And the beauty galley? I'm studying Dev Web and I'm creating a pro-boot system with customer records and reports. Let's doubt it. I have a report page and there I have an input type="date" inside a form that will do the fetching from a date i...
asked by 01.08.2017 / 23:48
1
answer

Redeem date-id from a menu

How do I pass the date-id of a menu link to a modal? For example I have a menu with the link1 - link2 - link3. When clicking for example in link2 open a modal displaying the values of link2. These values are retrieved from the database, so I nee...
asked by 19.12.2016 / 10:40
2
answers

Modal Confirmation with codeigniter

I need to make a modal exclusion commit. No html <a class="btn btn-primary" onclick="Confirmar(<?=$dados->id;?>)">Excluir</a> The function <script> var base_url = '<?php echo base_url() ?>'; function C...
asked by 29.08.2017 / 19:39
2
answers

I can not create a Modal with html

I'm trying to open a simple modal using HTML: .modal:target { opacity: 1; pointer-events: auto; } .modal > div { width: 400px; position: relative; margin: 10% auto; padding: 15px 20px; background: #fff; } <...
asked by 17.01.2018 / 12:52
1
answer

Change Values in Modal - C # MVC JavaScript

I have the following javascript code in my project that takes attribute values when the user clicks the rename class button and calls a modal: <script type="text/javascript"> $('.rename').on('click', function () { var $this =...
asked by 05.04.2017 / 10:13
1
answer

Modal bootstrap does not open [closed]

I have a button that when clicked opens a bootstrap modal. But when you click this button, the modal is not opening. Here is the code structure: <html> <head> <script src="assets/bootstrap-3.3.7/js/bootstrap....
asked by 25.01.2017 / 11:33
1
answer

Scrollbar showing alone

Follow the code below: HTML: <!-- Button trigger modal --> <button class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal"> Launch demo modal </button> <div id="myModal" class="modal fade"> &...
asked by 03.10.2017 / 03:32
2
answers

Bootstrap Modal Loop While Opening item within Modal

I think it's a question of putting the code in the right place, but I'm breaking my head and I can not ... I tested the default BootStrap code, where it works on a button. I even put the data calls inside it and it worked. The question now...
asked by 27.08.2015 / 18:21