cdn

returns Webix CDN location

string cdn;

Example

alert(webix.env.cdn); // -> "//cdn.webix.com"

Back to top