Questions tagged as 'modal'

1
answer

Multiple manners, same style in Vue.js

I am working on a web application using Vue2 and BootstrapVue , and I have a series of 6 elements (of which I will only upload 3 here, for practical reasons), all aesthetically equal, but with different content, rendereados by a...
asked by 26.03.2018 / 21:27
1
answer

Receive value Date in a modal and field date

I continue with the editions of registers on manners. Well, I find that when I pass the data to the modal I receive everything but the date that I do not get marked the BD. Vereis I keep sending the data as always: Adding the command id t...
asked by 31.08.2018 / 07:19
2
answers

I need help with an elseif

I need help for this else if that does not register it well, I want to register an image in a modal but the one that validates it gives me error no sée if you need something special to validate it correctly because it gives me an error as...
asked by 28.09.2017 / 18:50
1
answer

modal bootstrap close with enter

I have the modal sig but it only closes when the button is clicked I also want it to close when press enter, thanks <div class="container"> <!-- Modal --> <div class="modal fade" id="ModalRetencion" role="dialog"> <div c...
asked by 13.10.2018 / 00:26
1
answer

How do I make the browser scroll to fit a modal?

The modal I do with mdbootstrap . My Html: <!-- crear --> <button class="btn btn-primary waves-light" (click)="crearAbrir2()" mdbWavesEffect> <span class="fa fa-plus d-inline-block"></span> <...
asked by 06.10.2018 / 16:55
1
answer

Pass value from a select to modal select

Good I'm doing a form edition through modal. I have managed to pass all the necessary data through javascript, but I do not know how to pass the value of a select to the modal's selection. The select is the state of Activated, Deactivated, an...
asked by 15.08.2018 / 21:58
7
answers

Close a modal using JQuery and Materialize?

I ask the question again because with all the answers they gave me I still could not solve the problem, which also seems super strange because several of the answers have a lot of logic! What do I need? Open a modal when you click on an...
asked by 19.10.2018 / 21:43
2
answers

Load view in a modal with Ajax

Hello! You see ... I have a dilemma with the load of a file (view) that I need will be in the body of a modal , since, this will be the beginning to be able to show information later. As such, I have the following. In my view Li...
asked by 22.12.2017 / 20:29
3
answers

Modal does not appear full

This is how my Modal appears: I need you to appear complete and overlap in front of everything. This is my code: <div class="row"> <div class="modal" id="mostrarmodal" tabindex="-1" role="dialog" aria-labelledby="basic...
asked by 07.04.2017 / 05:37
1
answer

What is the advantage or disadvantage of doing a modal window in this way?

I have seen many plugins that allow to integrate modal windows in our webs, which contain a lot of javascript code. On the w3school page they have a modal type made with little javascript code, using GetElementById , which is part of ja...
asked by 25.11.2016 / 05:40