This functionality is only available for certain module packages.

numberRangeValidator

In this type of validation, the content that has been input is converted into a number and compared with the specifications for the lower limit (attribute start) and upper limit (attribute end). When defining specifications you can specify both fixed values as well as formulas.

The validation is processed at these points of times:

If the input is not in the permitted range, the input field is shown with a red background color and the self-defined tooltip (attribute message) then shows a corresponding message.

Attribute name Usage Attribute values Default value Description
end required any Upper limit of the allowed range
message required eo, focusOut, modify Text displayed as a tooltip when an error occurred.
start required any Lower limit of the allowed range
Allowed sub-elements Quantity
none