|
ValidateThis API Documentation | ||||
| FRAMES | |||||
WEB-INF.cftags.component
ValidateThis.client.jQuery.AbstractClientRuleScripter
ValidateThis.client.jQuery.ClientRuleScripter_InList
public class ClientRuleScripter_InList
I am responsible for generating JS code for the InList validation.
| Method Summary | |
|---|---|
any |
generateInitScript([string defaultMessage='value was not found in list.'])
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 |
any |
getParameterDef(any validation)
I override the parameter def because the VT param names do not match those expected by the jQuery plugin |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Method Detail |
|---|
public any generateInitScript([string defaultMessage='value was not found in list.'])
defaultMessageprivate array getFailureArgs(any parameters)
getFailureArgs
in class
AbstractClientRuleScripter
parameters - The parameters stored in the validation object.public any getParameterDef(any validation)
getParameterDef
in class
AbstractClientRuleScripter
validation - The validation object that describes the validation.
|
ValidateThis API Documentation | ||||
| FRAMES | |||||