alphabetic¶
Checks if the submitted value only has the characters a-z or A-Z.
allowWhiteSpace¶
- Description:
- See general information for allowWhiteSpace.
error¶
- Description:
- See general information for error.
- Default:
- local language:”The value contains not only alphabetic characters”
message¶
- Description:
See general information for message.
For this specific rule the default message consists of two parts, the second one will only be added when allowWhiteSpace is set. This functionality is not possible when defining an own message as shown below.
- Default:
- local language:”Use alphabetic characters(, whitespace allowed)”
showMessage¶
- Description:
- See general information for showMessage.
[tsref:(cObject).FORM->rules.alphabetic]