editStop

webix.editStop([see official doc])

webix.editStop helper.

Please look into the linked official documentation.

External references

Official documentation page.

Code

1
2
3
webix.editStop = function(){
    webix.callEvent("onEditEnd", []);
};