Questions tagged as 'modal'

1
answer

Validate single field in modal form ajax codeigniter

I have a form in modal to enter data, and it validates me that the fields are empty before saving, but how do I validate that one of the fields is unique? that the information can not be repeated. It is done with codeigniter using modal, the cod...
asked by 31.12.2017 / 22:02
2
answers

escaping double quotes in a javascript split

I have the following code that shows the results of the database in a modal window, but for example in the description field there are parts of the text saved with quotation marks, for example to indicate inches 3 ", and when printing the inform...
asked by 17.12.2017 / 16:44
1
answer

Error JS with Modal "Can not read property 'clientWidth' of null"

I have problems with my JS which works for me after trying on link but not on my local machine, this is my local code both HTML (aspx) and JS <head runat="server"> <meta http-equiv="Content-Type" content="text/html; charset=...
asked by 04.12.2017 / 19:08
1
answer

Open a modal automatically with angle in ng-repat

I have the following repetition: <div ng-repeat="post in posts" class="modal fade modal-custom " id="myModal[[post.id_post]]" tabindex="-1" role="dialog" aria-labelledby="myModalLabel[[post.id_post]]" aria-hidden="true"> ... </div>...
asked by 30.11.2017 / 22:38
1
answer

Modal in MDI and its JInternalFrame Java

Modal in MDI and its JInternalFrame Java Hi, I need to know how to handle modal in a Java MDI, what I would like to do is to handle the window blocking in the following way:    Case 1: JInternalFrame - > JInternalFrame    Case 2:...
asked by 22.11.2017 / 22:52
0
answers

Webcam in modal window

I am developing a system in laravel and I am trying to implement a QR code reader in a modal, the problem is that I do not load the webcam in the modal, I am using html5-qrcode.min.js to decode the qr and upload the webcam, I've tried it on a se...
asked by 16.11.2017 / 20:24
1
answer

The content of '.modal-body' appears 'visually' outside of its container

What happens is that there is a line that delimits what would come to be the end of the "modal-body". But as you can see in the image the content that entered the label with that class appears as if it were outside that container but a bit above...
asked by 18.10.2017 / 20:51
0
answers

Selector does not work

Good afternoon, I have a table where I have a record selector checkbox. I want to select some records to change the value of a variable common to all of them but I have no way to pass those values by POST. Everything goes through a modal but I w...
asked by 06.10.2017 / 16:32
1
answer

Javascript Manners

Hi, I have a problem, and when I open a modal window with javascript, I get a black background. The problem is that I click on that black background and I can operate as if it were not. How can I make that part of the black area around the modal...
asked by 03.10.2017 / 09:17
0
answers

open a modal from another blogger entry

I tried to open a modal from another blogger page because the entry where I want it to appear is already very loaded and I do not want to add more codes. I have tried solutions that I have found but they do not work for me, I do not know if for...
asked by 08.09.2017 / 05:23