blur of ui.textarea, Methods Webix Docs
removes the focus from the control
void blur();
Example
webix.ui({
view:"button",
id:"b1",
value:"Save"
});
$$('b1').focus();
...
$$('b1').blur();
See also
API
Articles
blur of ui.textarea, Methods Webix Docs
removes the focus from the control
void blur();
webix.ui({
view:"button",
id:"b1",
value:"Save"
});
$$('b1').focus();
...
$$('b1').blur();
See also
API
Articles