Class NumberInputControl extends BaseControl

This class is a generic control with a input element for text

Source : file controls/numberInputControl/NumberInputControl.js at line 35

Constructor

new NumberInputControl ( options )

The constructor

Source : file controls/numberInputControl/NumberInputControl.js at line 49

Parameters

Name Type Description
options Object

An object with the options ( beforeText, value, min, max, datasetName, afterText )

Public getters and setters

get value : String

The value in the control

Source : file controls/numberInputControl/NumberInputControl.js at line 84

set value

Source : file controls/numberInputControl/NumberInputControl.js at line 86

Private properties

#valueInput : HTMLElement

The input HTMLElement

Source : file controls/numberInputControl/NumberInputControl.js at line 42