Tagged Questions
nyroModal is a highly customizable modal window plugin for jQuery
3
votes
1answer
117 views
nyroModel does not auto resize
Using $.nmManual instead of the default .nyroModal . The default nyroModel will resize the model automatically based on the browser window size, but the filters are vague at best when trying to set ...
3
votes
1answer
340 views
nyroModal close button problem in chrome using jquery 1.6
When I open nyroModal in Chrome and resize the window the closeButton fails to reposition to the new dimensions instead remaining fixed to its original position. I have tested this problem and found ...
2
votes
3answers
4k views
ASP.Net + jQuery + jQuery validation plugin + UpdatePanel + nyroModal - success firing on each field!
I have a form containing a list of input fields that the user populates with prices (numbers). I have set their css classes to "required" and "number" so that the jQuery validation plugin validates ...
1
vote
0answers
54 views
Send data to controller while calling nyro modal manually
Working with ASP.NET MVC3 Razor view.
I need to open a nyro modal manually. So, I am doing this. And it works fine.
$.nmManual("/Reports/Reports/AddNewTask", {
sizes: {
...
1
vote
1answer
157 views
changing size of nyromodal window
This script waits till user presses the button so nyromdal starts
$('.image_upload').nm({
sizes: {minW:10,minH:10 },
modal: false,
closeOnClick: false
});
Then in after press ...
1
vote
1answer
174 views
Nyromodal fixed position window
I'm using nyromodal, and having trouble giving the pop-up window a fixed position relative to the background. I.e. I have positioned it where I want it to go, but when the browser window is resized ...
1
vote
1answer
92 views
Nested modals in nyromodal
I'm using PHP & nyromodal to open a modal containing a series of images (called from the database). When one of these thumbnails is clicked, I want another modal to open (containing the larger ...
1
vote
0answers
74 views
whats the difference between jQuery UI and nyroModal for creating a modal box
I'm totally new to javascript and trying to figure out which jQuery plugin best suits my needs.
I've looked at a few and tried to implement them and basically found that UI plugin works the best but ...
1
vote
2answers
209 views
jquery nyromodal close and redirect
I am using nyroModal plugin http://nyromodal.nyrodev.com/ to create a login modal. The idea is, once the user has logged in successfully, to close the nyromodal and redirect him/her to the another ...
1
vote
1answer
321 views
Open iframe manually in nyroModal?
I am trying to get nyroModal to open in an iframe, directly from JavaScript.
To clarify, the following is not what I need:
$.nmManual(url); // not an iframe
because it does not open an iframe.
...
1
vote
0answers
357 views
nyroModal dialog in Chrome: How to get rid of scrollbars or set size explicitly?
I seem to have stuck numerous hours in a modal dialog with unexpected behavior in Chrome, for which I could use your help. The dialog is a hidden div consisting of two smaller divs, one floated left ...
1
vote
3answers
926 views
how to make close link from nyroModal iframe (V2)
How to make manual close link on nyroModal iFrame ?
i try to use this code. but , it's seem just for v.1
<a href="#" onclick="parent.$.nyroModalRemove(); return false;">Close From ...
1
vote
3answers
2k views
nyroModal - how to configure the width and height of the modal box
I am trying to controll the width and height of the modal window, but I have no idea how to override the default settings.
I've been looking at the nmObject (http://nyromodal.nyrodev.com/), but my ...
1
vote
1answer
337 views
jQuery's nyroModal with ASP.NET
I'm using nyroModal plugin. By simply putting a setup scripts in the head tag and define a class attribute with nyroModal will make that link open as a modal window.
<a href="Page1.aspx" ...
1
vote
1answer
1k views
How to resize nyroModal once content height/width has been changed
I am using nyroModal to show a modal window. It works fine when the initial content is showed. But in the content I have a jQuery toggle method, that makes visible other sections.
I want the modal to ...
1
vote
0answers
194 views
NyroModal not showing dynamic links for Next and Prev images
I am using nyroModal to display a lightbox when an image in thumbnail gallery is clicked on.
The thumbnail gallery is created from AJAX which sets each thumbnail to link to a javascript function ...
1
vote
1answer
481 views
jQuery qTip - link to a hidden div from inside a tooltip
I am trying to place a link inside a tooltip (qTip) that when clicked shows the content of a hidden div inside a lightbox (nyroModal). Regular anchor tag not in a tooltip links to the div opening ...
1
vote
1answer
876 views
ASP.Net Postback not working in JQuery Nyromodal popup
I have a Default.aspx page which loads a popup using JQuery Nyromodal popup.
Within the popup I have which needs to postback on clicking the button.
But when I click on the button in the popup ...
1
vote
2answers
1k views
Use ajax validation with javascript submit in nyroModal modal window
I have a form (signup.php) that pops up in a nyroModal window when I click a button:
<input value="Edit" class="nyroModal" type="button" href="signup.php">
I would like to use some form of ...
1
vote
4answers
2k views
Nested ASP.Net web forms + nyromodal : Postbacks die after modal is closed
I have an ASP.Net web page, which uses a Master Page template.
The page has an UpdatePanel with some basic AJAX functionality (change the value of a DropDownList and the UpdatePanel will refresh). ...
0
votes
0answers
30 views
NyroModal doesn't close correctly
Here's sample a code.
$(".remove.group").live("click", function (ev) {
var button = $(ev.currentTarget);
var action = button.get(0).dataset["action"];
var method = ...
0
votes
0answers
31 views
Javascript: displaying Flickrshow gallery in a nyroModal overlay - can't get nyroModal to close Flickrshow
I want to make a dynamic gallery for my site which pulls images from my flickr account, rather than my having to upload to more than one location. My secondary objective is to make my site iOS ...
0
votes
1answer
20 views
Jquery Validation plugin and nyromodal Plugin
Does anyone know the best way to get the Jquery Validation plugin to run when submitting a form that has been loaded dynamically into a Jquery nyromodal modal window?
0
votes
2answers
92 views
Nyromodal manual mode ignore parameters
I'm currently use nyromodal in a website but I have some trouble to set the sizes.
Actually, I do something like this :
$.nmManual(
'#agenda-edit',{
resizable: true,
sizes: { ...
0
votes
1answer
66 views
Open nyroModal window inside qTip
I'm using qTip2 and one of my tooltip is in tag DIV. Inside that DIV I have a link which should open a nyroModal window (ajax page). It's opening only 1st time and the next one when i hover and clik ...
0
votes
0answers
54 views
nyroModal is not working
I m using nyroModal in one of my project and to add new entry when i click the anchor with class nyroModal it take me to that particular page (Not poping up the nyroModal).
I have used all necessary ...
0
votes
0answers
72 views
Nyromodal and jquery.validate.js
i am building a site using php and jquery. on one page i have a form linked trough nyromodal, the form itself is php. i want to validate few fields. when i run form.php solo, its working, when i click ...
0
votes
1answer
61 views
NyroModal v2.0 - Overlay not visible
I've been banging my head against the wall with this one for hours.
Currently calling jquery 1.6.4, then loading nyroModal 2.0 (github commit #b12752ee7dcdb1836c2e (09/26/2011))
I'm trying to ...
0
votes
0answers
97 views
Can't get my form in a modal box working in cakephp
I'm learning all about cakephp but having an issue which I can't figure out. I'm trying to have a file upload form inside a modal box, but although the form works fine when not in a modal box and just ...
0
votes
1answer
75 views
NyroModal: Position image titles at the bottom
I'm using the excellent NyroModal to create a photo gallery. However, I am struggling to position the titles of the photos below the images instead of above them (NyroModal default). Has anybody ...
0
votes
0answers
102 views
NyroModal (external) html form with javascript validation: error message
The site I'm working on has several forms, all from external html files, shown in NyroModal and all should have validation. But the validation isn't working properly. I've been searching for a while ...
0
votes
1answer
187 views
nyroModal v2: How to validate form opened in iframe?
I'm trying to figure out how to validate a form opened using nyroModal.
The page is being opened as below on click of a button:
$(function() {
$('.btnedit').click(function() {
...
0
votes
1answer
294 views
Having trouble setting size with nyroModal v2
I'm just now starting to work with nyroModal. After going nuts trying to figure out why the nyroModalSettings vanished (appears that was pre-v2... or so I gather), I got a little closer to making ...
0
votes
2answers
255 views
NyroModal Not Working On Added Links with jQuery
I have this NyroModal:
$('.openModal').nyroModal();
And then I have my Link:
<a href="#sample" class="openModal">this is a test</a>
This works great, it loads my sample modal like ...
0
votes
1answer
154 views
handling http 302 redirect in nyroModal
I'm using nyroModal v2 in an ASP.NET MVC3 application. The application forces users to authenticate and the auth cookie has max. lifetime of two hours. When the auth cookie expires all requestes are ...
0
votes
1answer
142 views
nyroModal Set Focus
Using nyroModal I have setup a modal window with some text boxes. This window pops up on page load. I need focus to be set to the first text box. I have tried this, but it doesn't work:
...
0
votes
0answers
278 views
nyroModal Size Options
I am trying to get a nyroModal popup with a fixed size. I have tried the following:
$.nmManual('message.html', {
modal: true,
w: 400,
h: 200
});
and also
$.nmManual('message.html', {
...
0
votes
1answer
193 views
nyromodal enter key, how to disable it. (iframe refresh call)
When overlay modal is opened, if i hit enter key, iframe refresh is called. I can not figure out how to disable that. Any help would be much appreciated.
This is the only resource i found about this ...
0
votes
1answer
185 views
nyroModal Correct Use Of Options
I'm very new to jQuery and just started trying nyroModal tonight. Trying to create some simple popups. I'm working with a popup on page load at the moment. The code I'm trying:
...
0
votes
0answers
35 views
Is there any way I can Change the background of NyroModal v2 overlay into a background image?
Is there any way I can Change the background of NyroModal v2 overlay into a background image?
I tried to change in the css but it does not work. It shows when it popped up. But after loading the ...
0
votes
2answers
498 views
How do I make some Javascript code execute on load of any NyroModal dialog
I have some common Javascript which I would like to execute on the event of any NyroModal dialog being opened.
How do I assign an event handler for, say, the 'on load' (or whatever) event of the ...
0
votes
1answer
320 views
Galleria jquery plugin - removing instances
I have a page where i have several links that when clicked, load a gallery of images into Galleria within a Nyromodal lightbox. When the lightbox is closed, i use $("#container").html('') to clear ...
0
votes
1answer
465 views
jquery nyroModal just wont display my hidden div?
I have set up the DOM Element (hidden div) exmplae of nyroModal on my computer adding the js files and stylesheet but when I click the link to display the hidden div nothing seems to happen, can ...
0
votes
1answer
492 views
nyromodal v2 autoresizing
I am currently migrating to a new version of the wonderful jquery nyromodal-plugin.
In any version prior to 2.0 the plugin had a configuration switch which enabled the window to resize when the ...
0
votes
1answer
532 views
NyroModal jQuery Plugin ignoring settings
I'm trying to use the NyroModal jQuery plugin with the following code:
$('img').click(function(e) {
e.preventDefault();
...
0
votes
2answers
291 views
basic nyromodal functionality not working
I am unable to get nyroModal to work.
this is my code
HTML:
<a href='/<path>' class='nyroModal'>Click Here</a>
JS:
$(function() {
$('.nyroModal').nyroModal();
});
When I ...
0
votes
2answers
651 views
Jquery Nyromodal: Reloading page after popup?
I want to reload my page, or get the data from my popup result, but I have no clue how. I try to reload the page using:
<script type="text/javascript">
$(function() {
$.nyroModalSettings({
...
0
votes
1answer
255 views
Nyromodal, as a non-modal dialog
Maybe I am being ridiculous, but is there any way to get Nyromodal to stop being modal and be allowed multiple dialogs, even if there on the same z-index is fine I just need to be able to have 2 ...
0
votes
1answer
539 views
How to use nyroModal JQuery plugin in javascript redirects
I'm using the nyroModal JQuery Plugin: http://nyromodal.nyrodev.com/
What I want to do is I want the page which I redirect in javascript to open in modal window. If you go to the link above there is ...
0
votes
2answers
479 views
jQuery click event not redirecting to href
I've got an HTML page with an embedded flash movie, which has a button. This button in flash invokes the lnkEmail's click event. It's supposed to stop from actually navigating to a new page, but the ...