|
|
ValidateThis API Documentation
|
|
FRAMES
|
ValidateThis.client.jQuery
Class
ClientRuleScripter_DateRange
WEB-INF.cftags.component
ValidateThis.client.jQuery.AbstractClientRuleScripter
ValidateThis.client.jQuery.ClientRuleScripter_DateRange
-
public class ClientRuleScripter_DateRange
- extends AbstractClientRuleScripter
I am responsible for generating JS code for the past date validation.
|
Method Summary |
any |
generateInitScript([string defaultMessage='The date entered must be in the range specified.'])
I generate the validation 'method' function for the client during fw initialization
|
private array |
getFailureArgs(any parameters)
I provide arguments needed to generate the failure message
|
| Methods inherited from class ValidateThis.client.jQuery.AbstractClientRuleScripter |
determineFailureMessage, generateAddMethod, generateAddRule, generateConditionJSON, generateRuleScript, generateRuleStruct, generateValidationJSON, generateValidationScript, getConditionDef, getCustomFailureMessage, getGeneratedFailureMessage, getMessageDef, getParameterDef, getRuleDef, getSafeSelectorScript, getValType, init, translate
|
| Methods inherited from class WEB-INF.cftags.component |
|
generateInitScript
public any generateInitScript([string defaultMessage='The date entered must be in the range specified.'])
-
I generate the validation 'method' function for the client during fw initialization.
- Parameters:
defaultMessage
getFailureArgs
private array getFailureArgs(any parameters)
-
I provide arguments needed to generate the failure message.
- Overrides:
-
getFailureArgs
in class
AbstractClientRuleScripter
- Parameters:
parameters - The parameters stored in the validation object.
|
|
ValidateThis API Documentation
|
|
FRAMES
|