mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-07-09 17:34:26 +03:00
Merge commit 'd32092c1f0
' as 'jquery-ui'
This commit is contained in:
commit
b23131fdc2
717 changed files with 518330 additions and 0 deletions
35
jquery-ui/tests/unit/spinner/common.js
vendored
Normal file
35
jquery-ui/tests/unit/spinner/common.js
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
define( [
|
||||
"lib/common",
|
||||
"ui/widgets/spinner"
|
||||
], function( common ) {
|
||||
|
||||
common.testWidget( "spinner", {
|
||||
defaults: {
|
||||
classes: {
|
||||
"ui-spinner": "ui-corner-all",
|
||||
"ui-spinner-up": "ui-corner-tr",
|
||||
"ui-spinner-down": "ui-corner-br"
|
||||
},
|
||||
culture: null,
|
||||
disabled: false,
|
||||
icons: {
|
||||
down: "ui-icon-triangle-1-s",
|
||||
up: "ui-icon-triangle-1-n"
|
||||
},
|
||||
incremental: true,
|
||||
max: null,
|
||||
min: null,
|
||||
numberFormat: null,
|
||||
page: 10,
|
||||
step: 1,
|
||||
|
||||
// Callbacks
|
||||
change: null,
|
||||
create: null,
|
||||
spin: null,
|
||||
start: null,
|
||||
stop: null
|
||||
}
|
||||
} );
|
||||
|
||||
} );
|
Loading…
Add table
Add a link
Reference in a new issue