Questions tagged as 'modal'

1
answer

Bootstrap modal [closed]

I am mounting a mobile application using asp.net (aspx) and modal bootstrap. The purpose of this modal is to fill a label with the information contained in the "date-tagging" attribute of href that triggers this mode. When the modal is triggered...
asked by 24.08.2017 / 15:43
1
answer

Page content offset when closing modal bootstrap

I'm having the following problem when opening a link in a modal on my page and closing it the contents of the main page is shifted to the left, whenever the modal is opened and closed the content moves, I do not know why This happens, I apprecia...
asked by 16.08.2017 / 16:15
1
answer

How to do paging within a bootstrap modal?

I have a bootstrap modal that opens when I click a button, within that modal I want to display 2 contents: 1 form and 1 paragraph. However, I would like to page this in the modal, one page the form and the other the paragraph. Does anyone have a...
asked by 03.04.2017 / 23:17
1
answer

Problem with registration form with modal

In the registration form, I call a modal window which is the same page as the list of registered items. When I click on submit of form it sends to my database beauty and closes modal . However, for me to see...
asked by 11.01.2017 / 05:59
2
answers

Problems with modals

I'm using the template in Angular. I need to open a page within a modal, for this I used a code that was suggested by the template support: <script type="text/javascript"> $('#conteudo2').on({ 'show.uk.modal': function () {...
asked by 04.11.2016 / 08:52
2
answers

Calling JavaScript within Modal

Is it possible to get a result of a JavaScript function and play this result inside a Modal? I have this function: <script> $('#download').click(function() { document.getElementById('xxxx').disabled=false document.getElementB...
asked by 25.08.2016 / 00:21
0
answers

Open file in Modal Dialog

I'm retrieving a given path file and would like to display the response in a Modal. This is an excerpt of HTML that calls the servlet (MSD) by passing the file path as a parameter: <a class="btn-doc-sm btn-default" type="button" href="MS...
asked by 03.10.2016 / 22:31
1
answer

uibModal does not show items in ng-repeat

I'm using $uibModal to show a list of options for the user, but it's not appearing in the modal. Controller app.controller("ConsultaFiltroController", function($scope, $http, $uibModal, $log) { $scope.items = ['Em Análise', 'Pend...
asked by 20.09.2016 / 02:22
0
answers

Bootstrap modal window display condition with Ajax / Post

I created a client registration method with Ajax via Post. But somehow my code must contain some error when I establish a certain condition. Note below: When the value returned from register.php is "Registered", I would like it to open a particu...
asked by 25.07.2016 / 07:32
2
answers

"data-dismiss" of Bootstrap modal bugding with position="absolute"

I'm adding a close button by customizing the bootstrap% of%. I want it on the right of modal , so I gave modal and modified position: absolute and top it. The problem is that by doing so the button becomes unusab...
asked by 16.06.2016 / 16:13