includes and caches a Javascript module
url | string | the path to a Javascript file |
webix.require("extras.js");
The method is called only once. If you try to include the same module the second time - the command will be ignored.
Back to top