IntegerValue

Description

This control is used for a field that only allow integer values and the value can be set by clicking buttons to increment/decrement the integer value. The integer value control makes it easy for users to select an integer that can then be used to set the value of another control inside a component.

images/intval.png
An integer value control with increment and decrement buttons

The styling and the values of the integer value control can be set using the Control properties property on the UX Controls page; when the integer control is highlighted in the controls tree. Like other data controls, this control can make use of the setValue() and getValue() methods.

Inserting an Add-in Control

Add-in Controls are inserted using the More... option in the Data Controls section of the UX Builder.

/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/images/more.png

Select the control you would like to add and click OK.

/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/images/moreCtrlDlg.png

In addition to the controls that ship with Alpha Anywhere, you can also create your own add-in controls. See How to Create Add-in Controls to learn more.

See Also