UnloadGuard Plugin

Is there any way to reproduce UnloadGuard from webix jet Plugin behavior for normal webix ?
Thanks in advance.

Is there any way to reproduce UnloadGuard from webix jet Plugin behavior for normal webix ?
Thanks in advance.

Not really, - the UnloadGuard plugin works in tandem with the inner routing logic (courtesy of Webix Jet), and since the core Webix library doesn’t have its own routing support, it isn’t exactly feasible to implement with just Webix. So, you could either use some other router or implement your own (particularly important if you are planning on making a SPA).

Still, if you are planning on developing an app that primarily uses Webix, we recommend using Webix Jet either way. It is a micro-framework made specifically for building Webix-based apps. It is native to the library and will help you manage the development stages in the most natural way possible.