I try to give a mask for view: "text" in webix
{ view: "text", label: 'Телефон', width: 360, placeholder: "Телефон", name: "telephone" }, { view: "button", value: "Закрыть", width: 200, click: function () { $$("registrationForm").elements["telephone"].mask("(999) 999-9999"); } }, Probyval writes that the mask is not a function that I missed?