exec of common helpers, Methods Webix Docs
executes a code string at runtime
any exec(string code);
code
| any | the completion value of evaluating the given code |
Example
webix.exec("myobj = 123");
alert(myobj);
Details
If the completion value is empty, undefined is returned.