mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-21 20:22:33 +03:00
14 lines
194 B
JavaScript
14 lines
194 B
JavaScript
TestHelpers.commonWidgetTests( "button", {
|
|
defaults: {
|
|
disabled: null,
|
|
icons: {
|
|
primary: null,
|
|
secondary: null
|
|
},
|
|
label: null,
|
|
text: true,
|
|
|
|
// callbacks
|
|
create: null
|
|
}
|
|
});
|