validate

adds validation to the field

function validate;

Example

webix.ui({ view:"text", validate:webix.rules.isNumber });

Back to top