aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/resizable/resizable_common.js
blob: 617cdd2ad59a5c32e26d939afa6b0c5a907bcc95 (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,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: 1000,

		// callbacks
		create: null
	}
});