and a note on manual changes in dataTables.bootstrap.css
[myslice.git] / third-party / jquery-ui-1.10.2 / tests / unit / resizable / resizable_common.js
1 TestHelpers.commonWidgetTests( "resizable", {
2         defaults: {
3                 alsoResize: false,
4                 animate: false,
5                 animateDuration: "slow",
6                 animateEasing: "swing",
7                 aspectRatio: false,
8                 autoHide: false,
9                 cancel: "input,textarea,button,select,option",
10                 containment: false,
11                 delay: 0,
12                 disabled: false,
13                 distance: 1,
14                 ghost: false,
15                 grid: false,
16                 handles: "e,s,se",
17                 helper: false,
18                 maxHeight: null,
19                 maxWidth: null,
20                 minHeight: 10,
21                 minWidth: 10,
22                 zIndex: 90,
23
24                 // callbacks
25                 create: null,
26                 resize: null,
27                 start: null,
28                 stop: null
29         }
30 });