checks whether the view can be focused
id | id | the id of the view in question |
boolean | true if the specified view can take focus. Otherwise, false |
webix.UIManager.canFocus($$('books'));
The function helps single out currently disabled and hidden views on the page. They cannot take focus and should be enabled (shown back) to acquire focusing ability.