editStop

closes an active editor in all Webix components

void editStop();

Example

webix.editStop();

Details

You can stop the method from executing with events related to data editing (e.g. onBeforeEditStop).

Back to top