mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-31 00:18:46 -05:00
dialog - added resizeHelper
This commit is contained in:
@@ -127,6 +127,7 @@ $.widget("ui.dialog", {
|
||||
|
||||
if ($.fn.resizable) {
|
||||
uiDialog.resizable({
|
||||
proxy: options.resizeHelper,
|
||||
maxWidth: options.maxWidth,
|
||||
maxHeight: options.maxHeight,
|
||||
minWidth: options.minWidth,
|
||||
|
||||
Reference in New Issue
Block a user