template.bind¶
webix.template.
bind
(value)¶webix.template.bind helper.
Please look into the linked official documentation.
References¶
- helpers
bind()
,template()
.
External references¶
Code¶
1 2 3 4 5 6 7 8 | webix.template.bind =function(value){ return webix.bind(webix.template(value),this); };
/*
adds new template-type
obj - object to which template will be added
data - properties of template
*/
|