TimeUpDown
The Wisej.NET TimeUpDown control enables users to incrementally change values in a date text box using arrow buttons. The spin box combines a text box with its associated spin control.
info
For a full list of properties, methods and events see the API documentation.
Features
Label
The TimeUpDown control supports the inline Label property. This allows setting a label in relation to a TimeUpDown control without creating an additional Label control.
Icon Alignment
The TimeUpDown control offers three preset icon alignments: Left, Center, and Right.
Advanced
JavaScript Widget
| Item | Description |
|---|---|
| Class name | "wisej.web.TimeUpDown" |
| Theme appearance | "spinner", see Themes. |
| Child components | "upbutton" is the up button. "downbutton" is the down button. "textfield" is the textfield. |
| Source code | https://github.com/iceteagroup/wisej-js |