aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.spinner.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove Trailing SpacesEduardo Lundgren2008-09-191-21/+21
|
* Spinner: added an init callback which exposes the addItem method for dynamic ↵Ca-Phun Ung2008-09-091-2/+20
| | | | population of spinner via an external objects.
* Fixed #3284 - Put version numbers inside of individual files.Richard Worth2008-09-041-1/+1
|
* Spinner: For DOM based spinners, the height is now calculated based on ↵Ca-Phun Ung2008-08-301-12/+16
| | | | number of children.
* spinner: changed data list to support any DOM container not just <ul>Ca-Phun Ung2008-08-301-5/+10
|
* spinner: Included support for generic objects - currently only supports ↵Ca-Phun Ung2008-08-261-3/+26
| | | | <ul>. See visual test (#s4) for example usage. Needs more work...
* Use type button to avoid undesired submitsEduardo Lundgren2008-08-241-2/+2
|
* Spinner: Fixed key code constants.Scott González2008-08-241-2/+2
|
* Spinner: use keyCode from ui.core.jsChi Cheng2008-08-241-23/+3
|
* JSLint checkChi Cheng2008-08-231-2/+2
|
* spinner: added support for numeric keypadCa-Phun Ung2008-08-211-1/+5
|
* spinner: fixed rounding error when stepping=0.3Ca-Phun Ung2008-08-191-3/+4
|
* Spinner: ui() doesn't return instanceChi Cheng2008-08-191-6/+3
|
* Spinner: this.options._decimals -> this._decimalsChi Cheng2008-08-191-6/+2
| | | | decimal test
* Added enhancements to ui.spinner as seen at ↵Ca-Phun Ung2008-08-191-63/+231
| | | | | | | | | | | | | http://yelotofu.com/labs/jquery/UI/spinner/spinner.html Enhancements include: - removal of all hardcoded styling for better theming capability - visual test page made more appealing supporting browser zooming - added utility functions to disable, enable and destroy ui.spinner - up/down buttons listens to more mouse and keyboard events - support for decimal and currency format - ui.spinner now restricts input on keydown - cleanup occurs when the input textbox loses focus. this seems to be a better approach for future scalability
* Spinner:Chi Cheng2008-08-181-9/+10
| | | | | - handle quick click on div (shortor than 100ms) - handle dblclick
* init -> _initChi Cheng2008-08-161-1/+1
|
* Spinner: make internal methods internal, fixs #3207Chi Cheng2008-08-161-25/+25
| | | | functional demo fix(not associate with internal change)
* Add support for mousewheelKeith Wood2008-08-101-0/+11
|
* New plugins for 1.6: Fixed headers and indentation.Scott González2008-07-101-109/+121
|
* - removed 1.6 branch1.5.2Paul Bakaus2008-07-091-0/+114
- changed version in tags/1.5.2 to 1.5.2 - merged trunk with 1.6