ludo.form.validator.Md5


new ludo.form.validator.Md5()

Md5 validator for form elements
When used, the associated form element will be flagged as invalid if MD5(value) doesn't match value of this validator.
If no value is sent to the constructor of form.validator.Md5, it will send a request to the server and ask for it.

Source:

Extends

Members


value

MD5 value to validate against. Component will be valid only when
md5(formElement.value) matches this value

Default Value:
  • undefined
Source: