String

Property Data type Default Plus Mvc
eval String None Yes No
size Integer 30 Yes Yes
keepZero Boolean 0 Yes No
toLower Boolean 0 Yes No
toUpper Boolean 0 Yes No
trim Boolean 0 Yes No

eval

Property

eval

Data type

String

Description

The field is evaluated. Available evaluations are:

  • lower (diplays the field in lowercase)
  • password (replaces the field by ******* when not edited)
  • trim (diplays the trimmed field)
  • upper (diplays the field in uppercase)

Evaluations can be comma-separated.

Default

None

size

Property

size

Data type

Integer

Description

Size of the field.

Default

30

keepZero

Property

keepZero

Data type

Boolean

Description

If set and the field is equal to zero the 0 is displayed otherwise an empty field is displayed.

Default

0

toLower

Property

toLower

Data type

Boolean

Description

If set the field is converted to the lowercase when saved (to be used in Edit view).

Default

0

toUpper

Property

toUpper

Data type

Boolean

Description

If set the field is converted to the uppercase when saved (to be used in Edit view).

Default

0

trim

Property

trim

Data type

Boolean

Description

If set the field is trimmed when saved (to be used in Edit view).

Default

0