The
number widget is input number widget, it is used for input fields that should contain a numeric value.
You can set restrictions on the numbers.
On this page:
<& /input/number.comp,
id => 'test',
NumCifre => 12,
ValMax => 50000,
ValMin => -5000,
description => 'Test input numer'
&>
We get the
number Widget: