This dialog window can be moved, resized, maximized, minimized, restored and closed with the 'x' icon.
![]()
This plugin is a modified copy of jQuery UI Dialog widget, adding minimize, restore and maximize buttons.
![]()
Well, use it as any normal dialog, but with one "r" at the end:
$(#dialog).dialogr();
You can use it with all jQuery UI Dialog options!
But jQuery Master Dialog adds two other options (when false the button doesn't appear):
$("#dialog").dialogr({maximized:false,minimized:false});
Off course, without minimize and restore buttons, it'll be the old UI Dialog again.
Developed by Carlos Carvalhar with the help of Ciro Anunciação, when they were working at PixFly, Brazil.
This plugin works with IE7, IE8, Chrome, Safari and Mozilla/Firefox. Don't ask about IE6, we don't care anymore.
This code was based in two resources:
jQuery Dialog – Melhorias Interessantes/Improvements (by Jackson Caset)
How to "properly" extend the jQuery UI Dialog widget? (by Marv4 and Scott González)