Hi there,
Is there a way, for an application, to know which WEBIX versions it’s running on ?
For instance, is there a way to do something like :
…
if (webix.version < x.y.z) {
return “not supported”;
}
/* do something useful. */
…
Hi there,
Is there a way, for an application, to know which WEBIX versions it’s running on ?
For instance, is there a way to do something like :
…
if (webix.version < x.y.z) {
return “not supported”;
}
/* do something useful. */
…
Well …
The webix.env.version does not work, here.
Probably too old WEBIX version (and it is an old version).
Anyway, I realized after I posted it, that webix.version
just works fine …
I’ll manage with it.
Thx anyway.