dialog - added resizeHelper

This commit is contained in:
Eduardo Lundgren 2008-06-17 19:52:42 +00:00
parent 31520caf04
commit 14b93ff7a8

View File

@ -127,6 +127,7 @@ $.widget("ui.dialog", {
if ($.fn.resizable) {
uiDialog.resizable({
proxy: options.resizeHelper,
maxWidth: options.maxWidth,
maxHeight: options.maxHeight,
minWidth: options.minWidth,