mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
dialog - added resizeHelper
This commit is contained in:
parent
31520caf04
commit
14b93ff7a8
@ -127,6 +127,7 @@ $.widget("ui.dialog", {
|
|||||||
|
|
||||||
if ($.fn.resizable) {
|
if ($.fn.resizable) {
|
||||||
uiDialog.resizable({
|
uiDialog.resizable({
|
||||||
|
proxy: options.resizeHelper,
|
||||||
maxWidth: options.maxWidth,
|
maxWidth: options.maxWidth,
|
||||||
maxHeight: options.maxHeight,
|
maxHeight: options.maxHeight,
|
||||||
minWidth: options.minWidth,
|
minWidth: options.minWidth,
|
||||||
|
Loading…
Reference in New Issue
Block a user