jquery-ui-dialog Questions

8

Solved

I've recently ran into a bit of a pain. I've been using the JQuery Dialog box to display some configuration screens in a web app. Nothing too special. However I have a couple edge cases where this ...
Tigges asked 13/7, 2010 at 17:39

0

I have a modal and i closing the dialog on clicking outside the modal dialog using backdrop property . I have a form in modal. If any changes are made in form and click outside the modal i should w...
Catenoid asked 13/3, 2015 at 7:39

12

Solved

I have a dialog, and I have a datepicker field on the dialog. When I open the dialog and click in the datepicker field, the datepicker panel show behind dialog. I try more properties: zindex, sta...
Wurster asked 3/4, 2009 at 20:47

3

Solved

I've got a jQuery UI dialog containing a one-field form and the autoOpen property is set to false at the beginning. There's another jQuery UI menu on the page and the dialog's open function is bind...
Salomo asked 1/10, 2013 at 20:58

2

Solved

How does one close all jquery ui dialog windows in javascript? Situation: The page has multiple things that can be opened using the dialog boxes. I need a way to close all previous windows befor...
Superdominant asked 7/10, 2010 at 18:48

2

Solved

I'm using the jquery dialog plugin and the default is to have all 4 corners of the titlebar rounded. You can see the markup that the dialog produces here http://jqueryui.com/demos/dialog/#theming ...
Corridor asked 1/2, 2012 at 11:0

5

Solved

I'm sure this has been asked here many times. The latest one I saw was on Dec. 2012. But I would like to ask if someone's got a fix/better workaround for this problem. I'm using jQueryUI Dialog an...
Disraeli asked 13/6, 2013 at 2:3

1

I'm trying to position a jQueryUI dialog above the element that was clicked to trigger its open. I've tried the following, but it isn't working. $(function() { dialog = $( "#gridDialog" ).dialog...
Paletot asked 21/11, 2014 at 3:4

4

Solved

I am using JQuery Dialog to display some text which has HTML tag included: <div id="dialog" style="display: none"> <p id='infoShow'></p> </div> The JQuery which displays...
Zambia asked 24/9, 2014 at 1:51

3

Solved

I have a dialog with a dynamic form inside that can increase the height of the dialog. autoResize is set to true, width is 500. Is there any way to animate the dialog resize when more content is ad...
Duren asked 29/7, 2011 at 15:14

3

Solved

I have variables holding the translated labels for buttons inside a jquery ui dialog. I cannot fill the button array key with the variable itself, and can't find any way to let it treat my variabl...
Thulium asked 31/8, 2009 at 12:42

2

Solved

I have two different modal dialogs in certain pages of mine. One has a <input type="button"/> and the other has a regular <a href=""> link. When these modals appear, they show (at least...
Amon asked 25/3, 2011 at 23:34

7

So im using this neat jquery plugin http://odyniec.net/projects/imgareaselect/ It works fine, but i'm firing it with jquery ui callback function (dialog), and i need to remove the selection after d...
Nerty asked 5/3, 2010 at 13:26

5

I have been trying to use jquery ui dialog. But I m not able to set the minimum width and height. Here is my code var options={ modal: true, title:headertext, minHeight:125, minWidth:520, m...
Wylma asked 26/12, 2011 at 12:37

3

When using tinyMCE in a jqueryUI modal dialog, I can't use the hyperlink or 'insert image' features. Basically, after lots of searching, I've found this: http://www.tinymce.com/develop/bugtracker...
Torrid asked 12/6, 2013 at 19:6

7

Solved

I have a JQuery UI dialog popup that displays a form. By selecting certain options on the form new options will appear in the form causing it to grow taller. This can lead to a scenario where the m...
Kinesics asked 16/4, 2009 at 14:16

5

Solved

In docs I didn't see such information. There are options to close dialog in such cases: 1) push Esc; 2) click on "OK" or "Close" buttons in the dialog. But how to close dialog if click outside?...
Leucite asked 29/11, 2011 at 6:0

3

Solved

I am, trying to replicate the 'confirm' box of javascript using jquery dialog. This is my code, function customConfirm(customMessage) { $("#popUp").html(customMessage); $("#popUp").dialog({ res...
Shrubby asked 28/11, 2013 at 10:7

5

Solved

I have a case where I am using a jquery ui dialog and I have any html table in the dialog where the dialog is fixed height: $("#modalDialogContainer").dialog({ resizable: false, height: 700, au...

3

Solved

I am using jquery ui dialog and I wanted to see if there was any way to include the horizontal space in between buttons on the dialog? I Can't see anything in the documentation or from googling.
Devries asked 24/4, 2014 at 12:12

3

Hi I have an AutoComplete on an input field. It works fine when called from a HTML view but when called using a Dialog, the dropdown list does not appear. The data appears in the dropdown if I use ...
Taster asked 7/5, 2013 at 19:33

4

Solved

I am using jquery ui dialog, and one of the button's causes an ajax call which takes a few seconds so I want to disable the button after I click it until the ajax call return (then i will enable it...

4

Solved

I am trying to hide jQuery-ui dialog's title bar but keep the close button in the title bar visible. I have searched lots of post on stackoverflow like this one. In each post the title bar is hidde...
Dander asked 8/11, 2012 at 5:37

5

Solved

I am trying to create knockoutjs bindings for jquery ui dialogs, and cannot get the dialog to open. The dialog element is created correctly, but seems to have display: none that calling dialog('ope...
Emetine asked 23/12, 2011 at 1:20

3

Solved

[Solved] I write this script. Unfortunately, jQuery console throw: Error: cannot call methods on dialog prior to initialization; attempted to call method 'open' I use jQuery 1.10.2 and j...
Tideland asked 10/2, 2014 at 12:53

© 2022 - 2024 — McMap. All rights reserved.