aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip/tooltip_defaults.js
blob: d12ee9519ffb440007ff4728dbf21d5c17427889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TestHelpers.commonWidgetTests( "tooltip", {
	defaults: {
		content: function() {},
		disabled: false,
		hide: true,
		items: "[title]",
		position: {
			my: "left+15 center",
			at: "right center",
			collision: "flipfit flipfit"
		},
		show: true,
		tooltipClass: null,

		// callbacks
		close: null,
		create: null,
		open: null
	}
});