checks whether the abstract view class in question has the method
Will be removed in Webix 7.0
name | string | name of view |
method_name | string | name of method |
boolean | true, if the method is supported, otherwise false |
var result = webix.ui.hasMethod("popup", "setPosition");
Back to top