Documentation

isEmail

checks whether the typed data complies with the rules of email address writing

void isEmail();

See also

Example

rules:{ // component's name is used to apply the rule to it
        "login":webix.rules.isEmail
       }

Back to top