выполняет строку с кодом в любой момент работы приложения
| code | string | код, который нужно выполнить |
| any | the completion value of evaluating the given code |
webix.exec("myobj = 123");
alert(myobj);
If the completion value is empty, undefined is returned.