Questions tagged [modal-window]

138 questions
0
votes
1 answer

Using divs in a looping list

So i'm currently working on this project where I display an list in MVC 4 ListView. One of my fields has a large amount of data so instead of displaying this info in table, I made a CSS modal window to display. Here's a snippet of my HTML with the…
juleekwin
  • 521
  • 1
  • 9
  • 25
0
votes
1 answer

How to send a variable from a PHP loop to Javascript

I have a loop that looks like this:
Freddie
  • 125
  • 1
  • 3
  • 14
0
votes
1 answer

How to create a file upload in a modal window (jQuery)

I want to create a text filed. When focus or click it, a file upload modal window will be showed (like file upload modal window of the redactor - http://imperavi.com/redactor/) The return file name will showed in the text filed. How can I do it ?…
Ngoc Luong
  • 11
  • 1
  • 4
0
votes
1 answer

Events in Overlay Area when Modal Window is Active in Flex

I want to know how to manage or listen to events in the overlay area while the modal window is active but I am facing an issue; when my modal window is open I can still listen to events on the non-modal window behind the overlay. Could someone…
0
votes
2 answers

Twitter Bootstrap Modal Window Doesnt Appear

I am trying to implement Modal Window in my html. On Clicking Register the modal Window appears. But when i implement a second modal window for Login only the background changed but the window doesnt appear http://play.mink7.com/minkstock/
Harsha M V
  • 54,075
  • 125
  • 354
  • 529
0
votes
2 answers

jQuery Modal window only working on Chrome but not FF & IE9

Login popup style=display:none only popup in Chrome but not Firefox16.0.1 and IE9. Any advise or fix are welcome. I follow tutorial at:tutorial http://jsfiddle.net/6TaQt/8/
user1732217
  • 67
  • 1
  • 7
0
votes
1 answer

Transfer data in silverlight in modal windows

How do I transfer data from one window to another modal in silverlight. I have one window, push the button and another window appears where complements sample text boxes, data from these fields I would like to have seen in the previous window.
Bartłomiej Pach
  • 241
  • 1
  • 7
  • 13
0
votes
1 answer

Modal window sharepoint 2010 set focus on button control

I am trying to set focus on a button of a modal window(that is opening a new page). The problem i am facing is if am using only the keyboard to navigate in the web page it is stopping at the maximize button and not coming back to the point where it…
-1
votes
1 answer

How to make modal window accurately reflect contents of each note in a note-taking app?

I am fairly new to javascript, and am working on a note-taking app to practice some things I have learned so far. It all works fine, however, when I click on the Read More button to view overflow text of the note, it displays the text from the most…
-1
votes
1 answer

The modal window close function does not work

I made a simple project on angular. In this project, I implemented a modal window. My problem is that when the modal window is open, the function that closes the window does not work, but when I click on the button again to open the modal window,…
MegaRoks
  • 898
  • 2
  • 13
  • 30
-1
votes
1 answer

wicket modal window error on close

Sometimes when closing ModalWindow the message "Do you want to leave or stay ..." pop up. I am not able to determine why. For instance, I close window 10x (still in the same way) and some of these tries end up with this failure. It would be ok, but…
-1
votes
2 answers

When you click on the link - the modal window does not open

I have a project in php. I want to display a modal window (done in Bootstrap 3.1.1), so send email to this link: $mylink = "
Mark
  • 1,961
  • 4
  • 16
  • 20
-1
votes
1 answer

not working login form to display error in model window after server side validation in yii

I have a login form in modules which uses a chtml textfield which using jQuery does client side validation but if the user does not exist and enters both fields it redirect to the login url and does not display the error in a modal popup. I am…
-1
votes
3 answers

How to get the value of a span in a modal and put it in another span in another modal?

I'm new in using modals. I just wanted to ask how can I get a value of a span in a modal window with an id of "span1" and put its value to another modal window that has also a span with an id of "span2"? thanks.
user3563036
  • 29
  • 1
  • 1
  • 6
-1
votes
2 answers

How can I make the modal overlay disappear when the overlay is clicked?

I have a website where im using modal windows on pop ups. http://dev.ikov.org/ If you click on the trailer image on the side, the modal pops up. However, if i want it to close i have to click the link in the modal. How can i make it so that the…
msafi
  • 377
  • 1
  • 5
  • 19
1 2 3
9
10
Sport