|
ValidateThis API Documentation | ||||
| FRAMES | |||||
WEB-INF.cftags.component
ValidateThis.client.jQuery.AbstractClientRuleScripter
ValidateThis.client.jQuery.ClientRuleScripter_Numeric
public class ClientRuleScripter_Numeric
I am responsible for generating JS code for the numeric validation.
| Method Summary | |
|---|---|
string |
getMessageDef([string message='[runtime expression]'], [string valType='[runtime expression]'], [string locale=''])
I generate the JS script required to display the appropriate failure message |
private any |
getRuleDef(any validation)
I return just the rule definition which is required for the generateAddRule method |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Method Detail |
|---|
public string getMessageDef([string message='[runtime expression]'], [string valType='[runtime expression]'], [string locale=''])
getMessageDef
in class
AbstractClientRuleScripter
messagevalTypelocaleprivate any getRuleDef(any validation)
getRuleDef
in class
AbstractClientRuleScripter
validation - The validation struct that describes the validation.
|
ValidateThis API Documentation | ||||
| FRAMES | |||||