2012-05-16 18:30:30 +00:00
|
|
|
TestHelpers.commonWidgetTests( "selectmenu", {
|
2011-10-19 17:47:02 +00:00
|
|
|
defaults: {
|
2012-12-15 01:23:04 +00:00
|
|
|
appendTo: null,
|
2014-04-21 14:32:49 +00:00
|
|
|
disabled: null,
|
2012-12-19 23:12:35 +00:00
|
|
|
icons: {
|
|
|
|
button: "ui-icon-triangle-1-s"
|
|
|
|
},
|
2011-10-19 17:47:02 +00:00
|
|
|
position: {
|
|
|
|
my: "left top",
|
|
|
|
at: "left bottom",
|
|
|
|
collision: "none"
|
|
|
|
},
|
2013-10-23 22:17:22 +00:00
|
|
|
width: null,
|
2013-04-29 18:47:02 +00:00
|
|
|
|
2012-12-19 23:12:35 +00:00
|
|
|
// callbacks
|
|
|
|
change: null,
|
2011-10-19 17:47:02 +00:00
|
|
|
close: null,
|
2014-04-21 14:32:49 +00:00
|
|
|
create: null,
|
2012-12-19 23:12:35 +00:00
|
|
|
focus: null,
|
|
|
|
open: null,
|
|
|
|
select: null
|
2011-10-19 17:47:02 +00:00
|
|
|
}
|
|
|
|
});
|