mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
21 lines
315 B
JavaScript
21 lines
315 B
JavaScript
commonWidgetTests( "selectmenu", {
|
|
defaults: {
|
|
appendTo: "body",
|
|
disabled: false,
|
|
dropdown: true,
|
|
position: {
|
|
my: "left top",
|
|
at: "left bottom",
|
|
collision: "none"
|
|
},
|
|
value: null,
|
|
// callbacks,
|
|
create: null,
|
|
open: null,
|
|
focus: null,
|
|
select: null,
|
|
close: null,
|
|
change: null
|
|
}
|
|
});
|