converts a string to a function
function check(){ alert("I'm alive!"); } webix.toFunctor("check")();