File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,18 @@ jQuery UI Dialog w/ Minimize and Maximize Support
3
3
4
4
http://www.fieryprophet.com/demo/jqui-dialog-minmax/
5
5
6
+ # Installation
7
+
8
+ 1 . Replace all jQuery UI dialog code in your jQuery UI javascript file with the contents of the included Javascript file.
9
+ 2 . Replace all jQuery UI dialog CSS in your jQuery UI theme CSS file with the contents of the included CSS file.
10
+
11
+ It is recommended to do this with an uncompressed version of the base jQuery package so you can reminify the contents to fit your needs.
12
+
6
13
# Usage
7
14
8
15
$("#dialog").dialog({minimize: true, maximize: true});
9
16
10
- // NOTE: minimize and maximize are enabled by default, so this is unneccesary
17
+ < b > NOTE: minimize and maximize are enabled by default, so the above example is purely for demonstration</ b >
11
18
12
19
# Notes
13
20
- May not be used with the modal dialog option
@@ -16,7 +23,7 @@ $("#dialog").dialog({minimize: true, maximize: true});
16
23
17
24
$("#dialog").dialog({minimize:"#toolbar"});
18
25
19
- An <a> element link will be created in the #toolbar element that unminimizes the dialog when clicked.
26
+ An <a> element link will be created in the #toolbar element that unminimizes the dialog when clicked.
20
27
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.
21
28
22
29
- Adds "minimize" "unminimize" "maximize" "unmaximize" events
You can’t perform that action at this time.
0 commit comments