All Questions
Tagged with jquery-ui-dialog iframe
32 questions
0
votes
0
answers
70
views
Links in an iframe in a jQuery dialog do not open within the iframe
By default, a link in an iframe should open within that iframe. But when I use jQuery dialog to load an iframe and then click a link within it, it always opens in a new tab, NOT the iframe. This ...
0
votes
0
answers
74
views
jQueryUI Dialog inside jQueryUI Tab - funny positioning
I've got a web page using jQueryUI tabs and some of these tabs have listeners which recieve a callback when it's data is changed by another process, and offers to update the page for you with the ...
1
vote
1
answer
415
views
JQuery UI Dialog iFrame Content Empty
So this is an odd one.
I have inherited a page containing a JQuery UI Dialog which displays an iFrame.
The dialog opens correctly in Chrome, IE 10 / IE 10 With Compatibility Mode ON. However, some ...
0
votes
0
answers
100
views
Asp.Net mvc create new record in Jquery dialog cache
I have an invoice page where I can stock-out a product to a customer. While I am typing the customer name in textbox, I am using autocomplete to find names. If name doesn't exist, I show a button "Add ...
0
votes
0
answers
164
views
Close jQuery UI dialog from page loaded within iframe
I know there are a lot of threads regarding this topic out there, but none of them have helped me in what I am trying to do.
I am attempting to get an old system away from window.showModalDialog() ...
1
vote
1
answer
5k
views
Display documents using google doc viewer using iframe and jquery mobile dialog popup in Cordova 3.6
I'm trying to display text documents inside google doc viewer which is inside an iframe which is then inside an jquery mobile dialog. I'm using cordova 3.6 and trying this on iOS.
Here's my code so ...
1
vote
0
answers
331
views
Center jquery ui dialog inside iframe where click event happened
I am having trouble opening a dialog right where a click event happened inside an iframe. I have commented code below that just doesnt work correctly on click.
var def = {
...
1
vote
1
answer
747
views
Iframe content not loaded in JQuery Dialog
i have a page where i will create a iframe dynamically and append that to a div.
That div will be attached to a jquery dialog.
<div id="diviframe"></div>
<script>
var iFrame = $('&...
0
votes
1
answer
144
views
Iframe don't fits JQuery UI dialog
When I try to open a URL using Iframe in a dialog JQuery box, I got this: http://s15.postimg.org/7qzx5y8vv/Sem_t_tulo.png
Here is my code: http://pastebin.com/Wqf0mGhZ
I want to make the dialog ...
0
votes
2
answers
1k
views
Open JQuery UI Dialog from iframe so it is in top window when iframe is from different domain
I want to open a JQuery UI Dialog from an iframe, but I do not want the dialog to be a child of the iframe. I want it to be a child of the top window.
This question has been asked before, but I don't ...
0
votes
3
answers
3k
views
How to reload the src of an iframe contained jquery dialog each time the dialog is opend?
I have a dialog like this
<div id="dialog">
<iframe id="myIframe" src=""></iframe>
</div>
<button id="opener1">Open Dialog</button>
<button id="opener2">...
-1
votes
1
answer
320
views
map module not showing map in joomla 2.5 live site, but working in localhost.
I have installed a map module "Gmap direction" in joomla 2.5 to show direction between two places. this module is working fine in localhost. But in live site it doesn't show the map, the other ...
1
vote
0
answers
387
views
Multiple jQuery UI Dialogs with shellinabox inside one (as an iframe?)
I want to put a console inside of a (nonmodal) jQuery UI dialog on a page with multiple dialogs.
Using an iframe to enclose a shellinabox console almost works:
function MakeDialog(title){
...
1
vote
1
answer
463
views
In IE8, yepnope not loading resource within iframe at 1st attempt
I am using jQuery modal dialogue, within dialogue we embedded iframe.
iframe contain button "Show search result"
At 1st attempt of "Show search result" button click, nothing happen.
My result is not ...
4
votes
2
answers
12k
views
JQuery UI Dialog inside of an iframe
I'm developing a sp2013 app, which means it's using iframes. Specifically, it's a very large iframe which takes up most of the screen. At many points, I'm opening up jquery ui dialog windows. They are ...