jquery-ui/tests/unit/datepicker/datepicker_common.js

26 lines
405 B
JavaScript
Raw Normal View History

TestHelpers.commonWidgetTests( "datepicker", {
defaults: {
appendTo: null,
dateFormat: { date: "short" },
disabled: false,
eachDay: $.noop,
max: null,
min: null,
numberOfMonths: 1,
position: {
my: "left top",
at: "left bottom"
},
show: true,
showWeek: false,
hide: true,
// callbacks
beforeOpen: null,
close: null,
create: null,
open: null,
select: null
}
});