aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/resizable/resizable_common.js
blob: 2c64f3cb1feceb650d012740f15604ceb85fabf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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
	}
});