jquery-ui/tests/unit/tooltip/tooltip_defaults.js
2011-09-28 09:32:11 -04:00

21 lines
326 B
JavaScript

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
}
});