Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 993 Bytes

spinner.md

File metadata and controls

35 lines (22 loc) · 993 Bytes

Spinner

A Spinner widget is a control that allows you to adjust a numerical value, typically within an allowed range e.g.: month of a year (range 1 – 12).

Preview Image

Spinner

Features

  • Pointer support.
  • Configurable steps.
  • Supports number format.

Description

A spinner widget has a field to display the current value and controls such as up and down buttons to change that value. The current value can also be changed by editing the display field directly, or using mouse wheel and cursor keys.

An optional NumberFormat allows you to control the format of how a value can be entered and will be displayed.

Demos

Here are some links that demonstrate the usage of the widget:

  • Spinner demo
  • Form demo

API

Here is a link to the API of the Widget: qx.ui.form.Spinner