the ifram knows the parent an with that you could call (I usually do this with a reference inside the iframe (in my case another window) like iframe.parent_variable=window in the parent) and in the child...
parent_variable.some_function() to do the job in the parent... On Wed, Sep 10, 2008 at 6:39 AM, rics <[EMAIL PROTECTED]> wrote: > > It is possible. I did it with ExtJS. I just have to find a way to make > the same thing with JQuery. It must be a way. It's all javascript > afterall. > > Rics > Pensa Rics, pensa! http://www.pensarics.com > > > > > On Sep 10, 8:21 am, Scott González <[EMAIL PROTECTED]> wrote: >> Ok, now I understand. You have a dialog inside an iframe and you want >> it to make the parent frame modal. You can't do that. You need to >> put the dialog on the parent frame and set it to modal. >> >> On Sep 9, 4:47 pm, Finesse <[EMAIL PROTECTED]> wrote: >> >> > You can create modal dialogs using the modal and overlay options: >> >> > I tried doing this, but the opacity still covers only the iframe >> > element.. i.e. the scope of the dialog box is still internal to the >> > iframe. >> >> > On Sep 9, 7:56 am, Scott González <[EMAIL PROTECTED]> wrote: >> >> > > You can create modal dialogs using the modal and overlay options: >> >> > > $(el).dialog({ >> > > modal: true, >> > > overlay: { >> > > background-color: '#000', >> > > opacity: 0.5 >> > > } >> >> > > }); >> >> > > On Sep 8, 2:02 pm, rics <[EMAIL PROTECTED]> wrote: >> >> > > > Hello folks, >> >> > > > The system I'm working on has aniframein the middle. When I show >> > > > some dialog it stays underiframescope What I need to do is to put >> > > > the dialod filling all the screen, not only theiframe. >> >> > > > I did that exactly thing with ext a time ago, but JQuery is totally >> > > > diferente. Beside I'm trying, I can't put it to work. >> >> > > > Any thougs? >> >> > > > rics >> > > > Pensa Rics, pensa!http://www.pensarics.com >> > > > Sigam-me os bons!http://meadiciona.com/rics > > > -- Perhaps the depth of love can be calibrated by the number of different selves that are actively involved in a given relationship. Carl Sagan (Contact) Jaime Ochoa Malagón Arquitecto de Soluciones Cel: +52 (55) 1021 0774 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
