Add the following stylesheet rule to hide the resizable handles when dialog
resizing is disabled:
.ui-dialog.ui-resizable-disabled .ui-resizable-handle { display: none; }
- Richard
On Fri, Oct 31, 2008 at 10:16 AM, VBAHole22 <[EMAIL PROTECTED]> wrote:
>
> I am seeing similar. I have code that tells the dialog to not be
> resizeable and I'm littering my app with it and still i get resize
> handles.
>
> On Oct 16, 12:45 pm, "chris thatcher" <[EMAIL PROTECTED]>
> wrote:
> > I would occasionally like to use dialog as (essentially) a light box,
> which
> > is very easy to do and saves the additional plugins when I'm already
> using
> > jquery ui. The one thing I can't seem to figure out is how to hide, or
> > prevent from appearing at all, the dialog resizable-handles that are the
> > border of the dialog. My basic recipe is:
> >
> > $(this).dialog($.extend(this.dialogOptions||{}, {
> > modal: true,
> > resizable:false,
> > height: $(document).height(),
> > width: $(document).width(),
> > overlay: {
> > opacity: 0.2,
> > background: "black"
> > }
> > }));
> >
> > I've tried modifying the css in firebug to see if I can figure out the
> css
> > that would need to be modified, but I can't find the right property.
> >
> > Thanks for any insight.
> > --
> > Christopher Thatcher
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---