|
ValidateThis API Documentation | ||||
| FRAMES | |||||
WEB-INF.cftags.component
ValidateThis.client.jQuery.AbstractClientRuleScripter
ValidateThis.client.jQuery.ClientRuleScripter_Custom
public class ClientRuleScripter_Custom
I am responsible for generating JS code for the custom validation.
| Method Summary | |
|---|---|
any |
generateRuleScript(any validation, string locale, [string selector=''])
I generate the JS script required to implement a validation |
any |
getParameterDef(any validation)
I override the parameter def because the VT param names do not match those expected by the jQuery plugin |
any |
getValType()
I override the val type because jQuery uses the built-in 'remote' type for this |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Method Detail |
|---|
public any generateRuleScript(any validation, string locale, [string selector=''])
generateRuleScript
in class
AbstractClientRuleScripter
validation - The validation struct that describes the validation.localeselectorpublic any getParameterDef(any validation)
getParameterDef
in class
AbstractClientRuleScripter
validation - The validation object that describes the validation.public any getValType()
getValType
in class
AbstractClientRuleScripter
|
ValidateThis API Documentation | ||||
| FRAMES | |||||