Files
crm.e5.pl/include/jQuery/jquery-ui/tests/unit/button/button_common.js

15 lines
194 B
JavaScript
Raw Normal View History

2024-04-27 09:23:34 +02:00
TestHelpers.commonWidgetTests( "button", {
defaults: {
disabled: null,
icons: {
primary: null,
secondary: null
},
label: null,
text: true,
// callbacks
create: null
}
});