Is there a way to auto resize Template component? (resolved)

I’m using HTML content within Template component.
Is there a way to set the height of the template according to internal content?
See the examples below:
http://snippet.webix.io/6b001b02

http://www.softcreator.com/WebIx/Issues/001_Template_AutoSize/1-16-2014%201-34-37%20AM.png

You can use autoheight property ( autoheight attribute in case of init from XML )

http://docs.webix.com/api__ui.template_autoheight_config.html

Thanks, that helped.