mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-07-11 17:53:59 +03:00
Merge commit 'd21ea7816e
' as 'jquery-ui'
This commit is contained in:
commit
e904a80717
629 changed files with 341074 additions and 0 deletions
30
jquery-ui/tests/unit/resizable/resizable_common.js
vendored
Normal file
30
jquery-ui/tests/unit/resizable/resizable_common.js
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
TestHelpers.commonWidgetTests( "resizable", {
|
||||
defaults: {
|
||||
alsoResize: false,
|
||||
animate: false,
|
||||
animateDuration: "slow",
|
||||
animateEasing: "swing",
|
||||
aspectRatio: false,
|
||||
autoHide: false,
|
||||
cancel: "input,textarea,button,select,option",
|
||||
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,
|
||||
zIndex: 90,
|
||||
|
||||
// callbacks
|
||||
create: null,
|
||||
resize: null,
|
||||
start: null,
|
||||
stop: null
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue