executes a code string at runtime
webix.exec("myobj = 123"); alert(myobj);
If the completion value is empty, undefined is returned.
undefined