converts string to templating function
template | string | template string |
function | templating function |
var line = webix.template("Some #name# code");
var text = line({ name:"Webix" });
While this method is rarely used directly, the same templating logic is used during configuration of data components look.