======== template ======== .. js:class:: webix.ui.template(data) :param object data: A configuration object Template view. References ~~~~~~~~~~ views `~webix.ui.view`:js:class:. helpers `~webix.ajax`:js:func:, `~webix.bind`:js:func:, `~webix.delay`:js:func:, `~webix.extend`:js:func:, `~webix.protoUI`:js:func:, `~webix.template`:js:func:, `~webix.template.empty`:js:func:, `~webix.toNode`:js:func:. mixins `~webix.AtomDataLoader`:js:class:, `~webix.AtomRender`:js:class:, `~webix.EventSystem`:js:class:, `~webix.MouseEvents`:js:class:, `~webix.Scrollable`:js:class:. Referenced by ~~~~~~~~~~~~~ views `~webix.ui.htmlform`:js:class:. External references ~~~~~~~~~~~~~~~~~~~ `Official documentation page`_. .. _official documentation: .. _Official documentation page: http://docs.webix.com/api__refs__ui.template.html Code ~~~~ .. literalinclude:: js_srcs/template_view.js :language: javascript :linenos: