fires when data was changed in the editor
some.attachEvent("onLiveEdit", function(state, editor, ignoreUpdate){ webix.message("Current value: " + state.value); });
fires only if the liveEdit mode is used for the editor