|
ValidateThis API Documentation | ||||
| FRAMES | |||||
WEB-INF.cftags.component
ValidateThis.client.jQuery.AbstractClientRuleScripter
ValidateThis.client.jQuery.ClientRuleScripter_DoesNotContainOtherProperties
public class ClientRuleScripter_DoesNotContainOtherProperties
Fails if the validated property contains the value of another property
| Method Summary | |
|---|---|
any |
generateInitScript([string defaultMessage='The value cannot not contain the value of another property.'])
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 |
string |
getParameterDef([any validation])
I generate the JS script required to pass the appropriate paramters to the validator method |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Method Detail |
|---|
public any generateInitScript([string defaultMessage='The value cannot not contain the value of another property.'])
defaultMessageprivate array getFailureArgs(any parameters)
getFailureArgs
in class
AbstractClientRuleScripter
parameters - The parameters stored in the validation object.public string getParameterDef([any validation])
getParameterDef
in class
AbstractClientRuleScripter
validation
|
ValidateThis API Documentation | ||||
| FRAMES | |||||