Module mango_orm::forms::validation[][src]

Expand description

Validating.

Trait: Validation - Validating Form fields. Methods: check_minlength - Validation of minlength. check_maxlength - Validation of maxlength. accumula_err - Accumulation of errors. regex_validation - Validation in regular expression (email, password, etc…). check - Checking the Form before other proceeding.

Traits

Validating Form fields for save and update.