rules, API Reference Webix Docs

StartAPI Reference

Validation rules.

Those rules can be used as validation terms for data saving and data validation operations.

You are free to extend this collection.

Methods

isChecked checks whether a checkbox is checked
isEmail checks whether the typed data complies with the rules of email address writing
isNotEmpty checks whether a text field is empty
isNumber checks whether the value in the text field is numeric

Back to top