summaryrefslogtreecommitdiff
path: root/src/main/webapp/jquery-ui-1.9pre/tests/unit/slider/slider_defaults.js
blob: 8049fe969469b01e0a525fa3a360e30023d6b3b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
commonWidgetTests( "slider", {
	defaults: {
		animate: false,
		cancel: ':input,option',
		delay: 0,
		disabled: false,
		distance: 0,
		max: 100,
		min: 0,
		orientation: 'horizontal',
		range: false,
		step: 1,
		value: 0,
		values: null,

		// callbacks
		create: null
	}
});