template.empty¶
webix.template.empty([see official doc])¶webix.template.empty helper.
Please look into the linked official documentation.
Referenced by¶
- views
template(),tooltip().
External references¶
Code¶
1 | webix.template.empty=function(){ return ""; };
|