aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/staticfiles/plugins/jquery-ui/tests/unit/selectable/selectable_common.js
blob: d00a47be59386d0fa74790759919282220d4c932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TestHelpers.commonWidgetTests("selectable", {
	defaults: {
		appendTo: "body",
		autoRefresh: true,
		cancel: "input,textarea,button,select,option",
		delay: 0,
		disabled: false,
		distance: 0,
		filter: "*",
		tolerance: "touch",

		// callbacks
		create: null,
		selected: null,
		selecting: null,
		start: null,
		stop: null,
		unselected: null,
		unselecting: null
	}
});