Modal windows are child windows that require user interaction before closing and allowing the user to return to the parent window.
0
votes
0answers
9 views
Form Fields in a tooltip
I want to display the form fields same as appearing on the below mentioned URL:---
https://quotes.tiger.co.uk/motorquoter/yourdetails.aspx
Means when the User clicks on any field a modal popup with ...
0
votes
0answers
21 views
The partial view to display a list I think I said that the parameters are null when it is not
I'm working on an application with Razor mvc4 utulizando and when I try to display a list in a modal with a partial view gives runtime error telling me that the list that happened in the controller is ...
0
votes
1answer
26 views
open Modal on pageload
I know this question has been answered many times but my issue is different.
I am using a bootstrap modal extension that enables iframe's (dialog2 ...
1
vote
1answer
8 views
Bootstrap Modal only load div when clicked
Im using Bootstrap on a website where a page has a few modals.
Using Chrome Dev Tools i was testing the network usage and noticed that the images in the modal view are called/pre-loaded when the page ...
0
votes
1answer
20 views
How can open directly a modalbox from a hyperlink in Bootsrap?
I made a website where every section open in a modalbox, and i need that the section into the modelbox open when I click the url section from other website. example, my website is ...
0
votes
0answers
26 views
Bootstrap Modal Component Quickly Appearing/Slowly Disappears
The Modal in the current edition of Bootstrap I'm using (v2.3.2 if I'm not mistaken) quickly appears and, kinda- maybe it's me, slowly disappears. At first it worked ok, but after inserting a search ...
-2
votes
1answer
22 views
CSS modal header buttons - border issue [closed]
If you check my jsFiddle, you can see the buttons are not sticking to each other with 1px border width, but 2px.
Here's a jsFiddle showing my problem.
0
votes
0answers
2 views
Splitview not as rootViewController
Title is explicit.
I'd like to know if it's possible to create a splitScreen and do not define it as RootViewController but simply call it as modal or pushview from another screen ?
Another ...
0
votes
0answers
18 views
Modal unwind segue not working with apple's MutlipleDetailViews
I am using Apple's multiple detail views example to set up an iPad split view controller app with a master controller - a tab view each tab containing a table view... However in each of these tab ...
0
votes
1answer
43 views
Wizard style: How to close the current modal dialog and open the next modal dialog in the button handler?
My application has an administration dialog that can be reached via a login dialog (both modal).
On the login dialog, the user enters his password, then clicks ok. In the ok button handler, I am ...
0
votes
1answer
15 views
How to put Bootstrap modal content in seperate document
I have a page of a bunch of photos of people. Each one, when clicked, will pull up a modal with a short bio of that person. The problem is, I have about 15 pictures, and putting all of the modal html ...
0
votes
1answer
14 views
Angularjs: JQuery UI Directive in Modal leads into troubles
With an angular directive, I create a custom timepicker in my angularjs project. Unfortunately, the timepicker doesn't work properly when using it in a modal, see: ...
1
vote
2answers
28 views
How to get id of active tab if two modal box are present
HI I have a page where on clicking two different links a modal box appears both of these modal box have different ids.
The problem is I want to get id of first active tab of modal a but by default ...
0
votes
0answers
24 views
How to display html in modal with javascript
I am trying to get text from a textbox, and display it in a preview modal, but it needs to be realtime so im trying to use javascript to read the textbox when the preview button is pressed and display ...
0
votes
1answer
40 views
Jquery Undefined when running script in console
I have an issue with a piece of script I am running which is suppose to populate this modal:
<div class="modal hide fade" id="modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" ...