aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip/tooltip_defaults.js
blob: 317ba1aa0d8471ed50ac89421e29a81f242dcf29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
commonWidgetTests( "tooltip", {
	defaults: {
		disabled: false,
		items: "[title]",
		content: function() {},
		position: {
			my: "left+15 center",
			at: "right center"
		},
		tooltipClass: null,

		// callbacks
		create: null
	}
});