mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
15 lines
182 B
JavaScript
15 lines
182 B
JavaScript
commonWidgetTests( "button", {
|
|
defaults: {
|
|
disabled: null,
|
|
icons: {
|
|
primary: null,
|
|
secondary: null
|
|
},
|
|
label: null,
|
|
text: true,
|
|
|
|
// callbacks
|
|
create: null
|
|
}
|
|
});
|