xwic / jWic

jWic is a java-based development framework for developing dynamic web applications with the convenience and familiarity of 'rich client' style programming.
https://github.com/xwic/jWic/wiki
4 stars 3 forks source link

NumericInputBox allow to use as spinner for integer values #49

Open vzhovtyuk opened 8 years ago

vzhovtyuk commented 8 years ago

NumericInputBox should give developer option to configure it as spinner for integer values. For example it can look like: from HTML5.

Spinner can be done with JQuery UI plugin.