Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
561 views

Wicket: Close ModalWindow on keypress

I would like to be able to close a ModalWindow when the user presses a key, in my case ESC. I have a Javascript listener for the keypress which calls the click event of the cancel button's ID: ...
1
vote
2answers
130 views

Show only Vertical scrollbar in ModalDialog window?

I am using following code to open a modalwindow: function OpenPopup(rn) { var winargs = null; var winsettings = ...
1
vote
2answers
224 views

Window content size not affected by Window min -height -width

I'm developing a web application using the Vaadin framework. I have a small problem with modal windows and their content though. As explained in the pictures below: This is my CSS: ...
1
vote
2answers
1k views

Fancy box not opening iFrame second time

first post - Hello! I use fancybox (Fancybox homepage) to display modal windows. I'm trying to display a hidden div with an iFrame inside of this div. Works great. The second time you click the ...
1
vote
3answers
75 views

javascript modal window for forms

Do you know of a nice javascript library that will allow me to create modal windows specifically for forms.
0
votes
1answer
48 views

Wicket: ModalWindow and ClassNotFound: CompressedResourceReference

Everytime I try to implement a modalwindow I get: java.lang.ClassNotFoundException: org.apache.wicket.request.resource.CompressedResourceReference None of my libraries has this element. My ...
0
votes
0answers
67 views

Wink toolkit issue on android

I need to develop an app using HTML 5 for iOS and android. The devices would be iPad and all tabs. I checked out the demo of wink toolkit and it looked pretty good on the iPad but does not work ...
0
votes
1answer
107 views

AJAX form submission within modal window

I'm using fancybox to pop up modal windows for various form submissions on my site. when a user clicks the register button, a modal pops up with the registration form. upon clicking submit, the info ...
0
votes
1answer
192 views

Wicket ModalWindow: click outside modal to dismiss

I need to add a behavior to ModalWindow such that when a user clicks outside of the modal, if a certain condition is met (checked server-side in my respond() method), the modal is dismissed. I tried ...
0
votes
0answers
76 views

firefox 4.0.1 problems with yui

I'm using YUI modal window with lazyloading feature. It is working fine on almost all browsers, but for some reason it is not working on firefox 4.0.1. Any ideas what the issue might be?
0
votes
2answers
1k views

Simple Modal Window + jQuery Cookie

I use this plugin jQuery Simple Modal Window to display a modal window. I also use jQuery Cookie Plugin (jquery.cookie.js) to set cookies. How can I mix jQuery Simple Modal Window and jQuery Cookie? ...