jquery-ui/tests/unit/tooltip/tooltip_common.js

21 lines
338 B
JavaScript
Raw Normal View History

TestHelpers.commonWidgetTests( "tooltip", {
defaults: {
2011-05-29 00:19:23 +00:00
content: function() {},
disabled: false,
hide: true,
items: "[title]",
position: {
my: "left+15 center",
at: "right center",
2011-09-28 13:32:11 +00:00
collision: "flipfit flipfit"
},
show: true,
tooltipClass: null,
// callbacks
close: null,
create: null,
open: null
}
});