Formatting of numbers

Automatic formatting of a text field in a configured format and unit

Update: Please use the new data type "number" since formcycle version 8.4.0. It lets you configure the number format directly via the form designer.
Further information on the configuration options can be found here. The documentation for autonumeric you will found here.
Only numbers allowed, formatting done automatically

Enable JavaScript to see the sample code

/* Position currency on the right */

.XTextField[name=tfCurrency] {

    text-align: right;

}

Calculate distance

Enable JavaScript to see the sample code

powered by XIMA® formcycle