Files
crm.twinpol.com/include/jQuery/jquery-ui/tests/unit/button/button_common.js
2025-05-12 15:45:17 +00:00

15 lines
194 B
JavaScript
Executable File

TestHelpers.commonWidgetTests( "button", {
defaults: {
disabled: null,
icons: {
primary: null,
secondary: null
},
label: null,
text: true,
// callbacks
create: null
}
});