Control Properties - Validation Tab 
This tab is used to define a set of rules used to check the validity of the values of the control and to respond in case of an invalid value. If the user enters a value that is defined here as invalid, the error message defined for that condition and value is displayed.
Use the table of this tab to define a set of conditions corresponding to the appearance of a value and create an error message. Note that the order of the conditions can be important.
Use the buttons at the right of the table as follows:
Button |
Description |
|---|---|
|
Add a style |
|
Delete the selected style |
|
Move the selected style up one row in the table |
|
Move the selected style down on row in the table |
The following table describes the properties configured in this tab:
Section |
Property |
Attribute |
Control |
Description |
|---|---|---|---|---|
Validation Rules |
Condition column head |
Calendar, Checkbox, Combo box, Data picker, Drop-down list, HSlider, Input field, List box, Radio group, Spinner, Toggle button, VSlider |
Drop-down list of standard conditions for starting the condition clause, such as: Equals, Is blank, Contains and Ends with |
|
Value column head |
[none] |
|||
Type textType numberType dateType time |
Enter a specific value, such as 'Chicago' (note the single quotation marks) or 10 |
|||
Enter formula |
Enter a formula using the Expression Editor |
|||
[fields in component] |
The controls and fields defined within the component |
|||
Error Message column head |
Text of the message that should appear if the error condition occurs |
|||
Validation Error Handling (Flex only) |
Continue execution |
Even if validation fails, execution continues, and the problematic field is marked in red. Displays a single message per control |
||
Stop execution |
If a rule fails, the execution of the action stops at that point and the problematic field is marked in red |