2012-04-19 17:03:21 +00:00
|
|
|
TestHelpers.commonWidgetTests('resizable', {
|
|
|
|
defaults: {
|
|
|
|
alsoResize: false,
|
|
|
|
animate: false,
|
|
|
|
animateDuration: 'slow',
|
|
|
|
animateEasing: 'swing',
|
|
|
|
aspectRatio: false,
|
|
|
|
autoHide: false,
|
2012-05-21 18:49:49 +00:00
|
|
|
cancel: 'input,textarea,button,select,option',
|
2012-04-19 17:03:21 +00:00
|
|
|
containment: false,
|
|
|
|
delay: 0,
|
|
|
|
disabled: false,
|
|
|
|
distance: 1,
|
|
|
|
ghost: false,
|
|
|
|
grid: false,
|
|
|
|
handles: 'e,s,se',
|
|
|
|
helper: false,
|
|
|
|
maxHeight: null,
|
|
|
|
maxWidth: null,
|
|
|
|
minHeight: 10,
|
|
|
|
minWidth: 10,
|
2012-04-20 15:23:37 +00:00
|
|
|
zIndex: 1000,
|
|
|
|
|
|
|
|
// callbacks
|
|
|
|
create: null
|
2012-04-19 17:03:21 +00:00
|
|
|
}
|
|
|
|
});
|