Richard D. Worth wrote:
> >
> >
> > I just plugged 1.6rc2 in, and it does NOT get me 8 extra divs, or
> > Anything resembling a border, when i call
> > $('#something').dialog({});.
> > It only inserts a .ui-dialog-titlebar and puts that together
> > with the
> > original div inside a .ui-dialog-container..
> >
> >
> > Have you included the UI Resizable plugin (ui.resizable.js)? It's
> > possible what you're seeing is a feature where if you didn't have
> > the resizable plugin included, it won't add the resize handles
> > (which is what these "border" elements you're looking for are in
> > fact).
> >
>
Yep, it's included..
I include:
'src' => array(
0 => MB_CODE_PATH.'lib/jquery/jquery.ui-1.6rc2/ui/ui.core.js',
1 => MB_CODE_PATH.'lib/jquery/jquery.ui-1.6rc2/ui/ui.dialog.js',
2 =>
MB_CODE_PATH.'lib/jquery/jquery.ui-1.6rc2/ui/minified/ui.resizable.min.js',
3 =>
MB_CODE_PATH.'lib/jquery/jquery.ui-1.6rc2/ui/ui.draggable.js',
4 =>
MB_CODE_PATH.'lib/jquery/jquery.ui-1.6rc2/ui/ui.droppable.js',
5 =>
MB_CODE_PATH.'lib/jquery/jquery.ui-1.6rc2/ui/minified/effects.core.min.js',
6 =>
MB_CODE_PATH.'lib/jquery/jquery.ui-1.6rc2/ui/minified/effects.drop.min.js',
)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---