-
Notifications
You must be signed in to change notification settings - Fork 0
jQuery UI Dialog module rewritten to support minimization and maximization
fieryprophet/jQuery-UI-Dialog-MinMax
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
jQuery UI Dialog w/ Minimize and Maximize Support by Elijah Horton (fieryprophet@yahoo.com) Usage: $("#dialog").dialog({minimize: true, maximize: true}); - May not be used with the modal dialog option - The minimize option can be either a boolean value or a selector string of an element to "minimize" the dialog to Example: $("#dialog").dialog({minimize:"#toolbar"}); An A element link will be created in the #toolbar element that unminimizes the dialog when clicked. If the minimize option is a boolean value of true, it will simply hide the dialog content and leave a floating titlebar that can be unminimized. - Adds "minimize" "unminimize" "maximize" "unmaximize" events - Adds "beforeMinimize" "beforeUnminimize" "beforeMaximize" "beforeUnmaximize" optional triggers
About
jQuery UI Dialog module rewritten to support minimization and maximization
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published