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

		// callbacks
		create: null
	}
});