lessthan¶
Checks if the submitted value is less than the integer set in TypoScript.
error¶
- Description:
See general information for error.
The marker %maximum will be replaced with the value set in TypoScript.
- Default:
- local language:”The value does not appear to be less than %maximum”
maximum¶
- Property:
- maximum
- Data type:
- integer
- Description:
- The submitted value must be less than the maximum value.
message¶
- Description:
See general information for message.
The marker %maximum will be replaced with the value set in TypoScript.
- Default:
- local language:”The value must be less than %maximum”
showMessage¶
- Description:
- See general information for showMessage.
[tsref:(cObject).FORM->rules.lessthan]