aboutsummaryrefslogtreecommitdiffstats
path: root/tests/spinner.js
Commit message (Collapse)AuthorAgeFilesLines
* Removed spinner from trunk. See /branches/dev/spinnerRichard Worth2008-11-191-393/+0
|
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-181-7/+7
|
* tests: cleanup and consistency with defaults testsRichard Worth2008-11-121-2/+31
|
* Spinner: add group and point options for improved support for international ↵Ca-Phun Ung2008-10-061-3/+54
| | | | numeric formats and added test case.
* Spinner: added thousand separator format to numbers and refactored code.Ca-Phun Ung2008-10-021-1/+1
|
* Spinner: added a timer to mousewheel interaction which fires a change event ↵Ca-Phun Ung2008-09-261-2/+4
| | | | | | when the mousewheel stops spinning. Added a few missing options to test case.
* set svn:eol-style to nativeRichard Worth2008-09-201-311/+311
|
* spinner test: currencyChi Cheng2008-08-191-2/+2
|
* Spinner test: up, down callbackChi Cheng2008-08-191-9/+18
|
* Spinner: ui() doesn't return instanceChi Cheng2008-08-191-12/+3
|
* Spinner: this.options._decimals -> this._decimalsChi Cheng2008-08-191-6/+27
| | | | decimal test
* spinner testChi Cheng2008-08-191-14/+26
|
* Spinner test: a bug when set stepping:0.3Chi Cheng2008-08-191-3/+11
|
* Spinner test: currency and decimal optionsChi Cheng2008-08-191-6/+65
| | | | test all: .load to load html from single html
* updated testcase to reflect the new ui.spinner changes:Ca-Phun Ung2008-08-191-6/+6
| | | | | - removed div.* for case #9 because ui.spinner now uses <button> - changed case #5 because LEFT and RIGHT keys no longer change the value of the input box. This is by design so that users could move the cursor within the input box
* Spinner test: spin without auto-incremental steppingChi Cheng2008-08-191-0/+23
|
* Spinner test: callbackChi Cheng2008-08-191-3/+32
|
* Spinner test: spin with auto-incremental steppingChi Cheng2008-08-191-0/+23
|
* home key to start if min not set.Chi Cheng2008-08-181-3/+8
|
* Spinner: test caseChi Cheng2008-08-181-0/+131