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

Official documentation page.

Code

1
webix.template.empty=function(){    return "";    };