Documentation

hasMethod

check does view in question supports the method

boolean hasMethod(stringname,stringmethod_name);

Parameters

namestringname of view
method_namestringname of method

Returns

booleanis method supported or not

Example

var result = webix.ui("popup", "setPosition");

Details

Method is experimental and can be removed in the next version

Back to top