jquery-ui-dialog Questions

2

Solved

After extensive searching on this topic, I haven't been able to find an answer, so hopefully someone can help me with this issue. I have a relatively basic dialog box: $("#dialog-search").dialog({...
Fluorinate asked 26/10, 2011 at 21:28

3

Solved

I've added UI Bootstrap theme to my application and most of it seems to work very well, but I can't seem to get my UI dialog buttons to render correctly like the demo. It seems that jQuery UI is no...
Computation asked 10/12, 2012 at 21:48

1

Solved

I just upgraded my jQuery/jQuery UI to the latest version (jQuery 1.9.0, jQuery UI 1.10.0), and it seems to have broken some of my jQuery UI dialog functionality. In order to do postbacks in a jQu...
Aurochs asked 31/1, 2013 at 23:15

3

Solved

I'm using a jQuery UI dialog to show a popup containing a page. When I scroll inside the popup and if the scroll bars comes to the bottom, the parent page starts scrolling. How can I restrict the p...
Latoshalatouche asked 3/8, 2010 at 8:59

3

Solved

I'm trying to use Backbone.js to in a JQuery Dialog. I've managed to get the dialog to render and open, but it doesn't seem to be firing my events. I've added a test event to check this, and clicki...
Mussel asked 17/5, 2012 at 15:31

7

I have a strange error occurring with the dialog box, I'm loading the dialog box fine, but whenever I assign a button to it, although it'll display the button, it won't display the name of the butt...
Stertorous asked 17/2, 2011 at 15:57

3

Solved

Possible Duplicate: jQuery UI: How to use ui-widget-overlay by itself? I want to avoid the user to change the screen during ajax calls. So I was thinking to use jQuery UI overlay (the...
Prothorax asked 21/12, 2012 at 16:11

3

Solved

I have a JQueryUI modal dialog and everything is working fine except for one issue ... how do I localize the OK and Cancel buttons? I have gone through the demos and documentation and unless I am m...
Drinkwater asked 19/10, 2010 at 14:29

2

Solved

How can I close all opened dialog boxes in jQuery? The situation is next: I have a simple page without dialogs. It has some buttons what open it owns dialogs. When I click on a button I need to cl...
Capture asked 27/11, 2012 at 15:10

2

I am trying to extend the jQuery UI dialog() to use arrow pointers to point to what was clicked. The issue I've run into is knowing when the collision method runs so I can change to pointers from t...
Hutson asked 12/4, 2011 at 13:32

2

I'm having trouble in validating a jQuery UI dialog using Jquery Validate upon clicking Save. Here's my code to create Jquery dialog. It loads the dialog from a target a href URL: $(document).rea...

1

I'm using the redmond themeroller with my jqGrid. The file jquery-ui-1.8.16.custom.css has this overlay. /* Overlays */ .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; heigh...

1

I want change the default close icon button in jquery Dialog. I tried to add this css class in jquery-ui-1.8.23.custom.css: .ui-icon-myCloseButton { background-image: url(/path/image.png); } an...
Gaul asked 31/10, 2012 at 16:25

1

Solved

Heres the html: <div ng-controller="MyCtrl"> <a ng-click="open()">Open Dialog</a> <div id="modal-to-open" title="My Title" ui-jq="dialog" ui-options="{width: 350, autoOpen: ...
Demars asked 19/10, 2012 at 4:32

3

Solved

Reading jQueryUI dialog code, I've found out, jQuery .attr() method has some undocumented behavior: <button id="btn1">1</button> <button id="btn2">2</button> $(function() ...
Cinchonism asked 18/10, 2012 at 12:39

1

Solved

I want to change the background color of the JQueryUI Dialog. I used the following style to change it and it works. But the problem is it also effect, DatePicker Dialog Title. I only want to change...
Installment asked 15/10, 2012 at 10:36

3

Solved

How can I position the jquery UI dialog SPECIFICALLY, so that it goes to a position not defined by center, top, etc. Thanks, I have tried to be as specific as posible.
Indetermination asked 4/11, 2011 at 14:14

2

I have a fundamental confusion about how jQuery, and probably javascript work. I keep having the same issue, how to pass parameters to jQuery functions so that their methods in turn can call functi...
Peeved asked 18/9, 2012 at 20:45

1

I have a dialog that hosts a 3rd party plugin (jqGrid). I want the jqGrid to autosize when the dialog is resized. I also want to have this dialog be width: 'auto' because there is some other conten...
Philia asked 19/9, 2012 at 11:53

2

Solved

I am trying to bind an event to all dialogs that have been created on a page using the JQuery UI Dialog function (whether they have been displayed or not). I can't seem to figure out a selector tha...
Sullage asked 12/3, 2011 at 19:58

4

Solved

I have a table populated with data from the database, where each row has a cell with an anchor element inside. This anchor would lead to the same page but with a query string telling php which row ...
Careerist asked 18/7, 2012 at 0:30

2

Solved

I'm using the jquery-ui dialog box. My problem is upon clicking the x button to close the dialog, i also need to perform the cancel() function. How can I do this? var content = { autoOpen : fal...
Uropod asked 28/6, 2012 at 7:33

1

Solved

I can't seem to understand how to set the height correctly for the jquery ui dialog. I want it to display the height to however much content is present, but if it exceeds 400 pixels, then I want a...
Nickelplate asked 25/6, 2012 at 16:37

6

Solved

I have the code below which I use clone() and live(). The code is being load in a jQuery UI dialog with a link. Whenever I click the link it goes to server and fill the dialog with the code below...
Minivet asked 13/6, 2012 at 12:36

1

Solved

I have some heavy content inside UI dialog and need to resize it only once, at the end of the resize process. I need the behavior of the resizable when helper option is set for the dialog, so I can...
Aloisia asked 19/6, 2012 at 12:24

© 2022 - 2024 — McMap. All rights reserved.