You can always get the dynamically generated dialog element like so:

var dlgContent = $("#somediv").dialog(dialogOptions);
var dlg = dlgContent.parents(".ui-dialog");

- Richard

On Thu, May 14, 2009 at 6:03 AM, jqueryui-vienna <[email protected]>wrote:

>
> Hi,
>
> I like to use JQuery UI modal dialogs for my project, but I'm unhappy
> with the inflexible overlay effect, that only can fill up the entire
> screen.
>
> I like the flexible approach of BlockUI (http://www.malsup.com/jquery/
> block/ <http://www.malsup.com/jquery/%0Ablock/>), which can also block a
> specified element. Has anyone
> experience in combining these 2?
>
> The main difficulty is to get the dynamically generated HTML from the
> modal dialog and dump it into Block UI,
>
> regards,
>
> Franz
> >
>

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

Reply via email to