Difference between revisions of "Template:Validation"

From SmartWiki
Jump to: navigation, search
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<u>'''[[:Category:Validation|Validation]]'''</u>
+
==Validation==
 
+
{| class="wikitable"
* '''Type''' - Validation types available are [[Date Fields|Date]], Numeric and Alphabetic.
+
|-
* '''[[JavaScript Validation]]'''
+
!|Option
* '''[[Validation Message|Message]]'''<br>
+
!|Description
 +
!|Format
 +
|-
 +
! style="width: 125px; text-align: left;"|Mandatory
 +
||Selecting this option means that this field is required and must be completed.
 +
||''Not Applicable''
 +
|-
 +
! style="width: 125px; text-align: left;"|Appear Mandatory
 +
||Makes the field appear as though it is a required field. Typically used in conjunction with browser scripts, JavaScript Validation or Submit Logic that perform validation.
 +
||''Not Applicable''
 +
|-
 +
! style="width: 125px; text-align: left;"|Custom Validation
 +
||-
 +
||''Not Applicable''
 +
|-
 +
! style="width: 125px; text-align: left;"|Failed Validation Message
 +
||Message displayed if validation fails.
 +
||''Not Applicable''
 +
|}

Latest revision as of 14:11, 30 August 2018

Validation

Option Description Format
Mandatory Selecting this option means that this field is required and must be completed. Not Applicable
Appear Mandatory Makes the field appear as though it is a required field. Typically used in conjunction with browser scripts, JavaScript Validation or Submit Logic that perform validation. Not Applicable
Custom Validation - Not Applicable
Failed Validation Message Message displayed if validation fails. Not Applicable