Number Field

A single line input field that lets the user select a number or value from an ordered sequence. Number field provides two arrow buttons for changing number value. The keyboard up/down arrow keys also allows to change the value. The user may also type a (legal) value directly into the number field.

Public Variables (Properties)

[?]

Common Variables: Name, Visible, Breakpoint, Grid Width, Grid Height, Content Overflow, Container Style, Custom Classes, Style, Preloader, Component Bindings, Tooltip.

Minimum Value

Minimum number value user can enter in the number field.

Variable Name:

minValue

Records:

1

Record Format:

Field Name

Field Type

Field Description

minValue

Double

Minimum Value

Maximum Value

Maximum number value user can enter in the number field.

Variable Name:

maxValue

Records:

1

Record Format:

Field Name

Field Type

Field Description

maxValue

Double

Maximum Value

Step

A number to which the current value is increased or decreased when arrow buttons are used for input.

Variable Name:

step

Records:

1

Record Format:

Field Name

Field Type

Field Description

step

Double

Step

Unit

Unit text to be displayed after the number.

Variable Name:

unit

Records:

1

Record Format:

Field Name

Field Type

Field Description

unit

String

Unit

Disabled

This flag indicates the component is active. Disabled components do not respond to user input, and are rendered as grayed-out.

Variable Name:

disabled

Records:

1

Record Format:

Field Name

Field Type

Field Description

disabled

Boolean

Disabled

Value

The numeric value contained in the number field.

Variable Name:

value

Records:

1

Record Format:

Field Name

Field Type

Field Description

value

Double

Value

Precision

Number of digits after decimal point.

Variable Name:

presicion

Records:

1

Record Format:

Field Name

Field Type

Field Description

presicion

Integer

Precision

Public Events

[?]

Common Events: none

Was this page helpful?