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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
