validate of ui.text, Properties Webix Docs

StartAPI Referenceui.textProperties

adds validation to the field

function validate;

Example

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

Related samples

Back to top