Formatting of numbers

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

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