File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ $("#dialog").dialog({minimize: true, maximize: true});
24
24
25
25
$("#dialog").dialog({minimize:"#toolbar"});
26
26
27
- An <a> element link will be created in the #toolbar element that unminimizes the dialog when clicked.
28
- 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.
27
+ An < ; a> ; element link will be created in the #toolbar element that unminimizes the dialog when clicked.
28
+ 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.
29
29
30
30
- Adds "minimize" "unminimize" "maximize" "unmaximize" events
31
31
- Adds "beforeMinimize" "beforeUnminimize" "beforeMaximize" "beforeUnmaximize" optional triggers
You can’t perform that action at this time.
0 commit comments