NumberEdit

The NumberEdit class provides range checking of floating-point numbers. NumberEdit provides an upper bound, a lower bound and a limit on the number of digits after the decimal point.
  • decimals : Number; This property holds the number edits's maximum number of digits after the decimal point.

  • label : String; The label text for this number edit.

  • maximum : Number; This property holds the number edit's maximum acceptable value. The default is 2,147,483,647.

  • minimum : Number; This property holds the number edit's minimum acceptable value. The default is -2,147,483,647.

  • value : Number; This property holds the number edit's input value. The default is 0.

  • tooltip : String; This property holds the tool tip (balloon help) for the widget.

  • whatsThis : String; This property holds a simple description of the widget.