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

22 lines
363 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]:not([disabled])",
position: {
my: "left top+15",
at: "left bottom",
collision: "flipfit flip"
},
show: true,
tooltipClass: null,
2012-06-13 23:02:11 +00:00
track: false,
// callbacks
close: null,
create: null,
open: null
}
});