DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Number

This is like TextShort just an ordinary input field. But it is checked whether it's a number, of course.

nDigitsAfterComma

Numeric amount of digits allowed after the comma. If more are provided, round function is applied.

Example:

2

bHideZero

Boolean. If set, 0 is not shown in output. An empty string is displayed instead. This does not affect inputs.

nOutputFixedLength

Numeric amount of digits to fix the length of the number while outputting. If not set or set to zero, this settings does not have any affect. Otherwise, shorter numbers are extended by adding zeros at the beginning (e.g. 3 turns to 003) while longer numbers are not touched at all.

Example:

3

Input:

12

(Outputted) Result:

012