fires when the value is changed inside the editor
webix.ui({ view: "editor", on: { onChange() { console.log(this.getValue()); }, }, });