is there a view resize event?

I’d like to be able to hook up to an event that is fired whenever a template view size changes, or even the parent layout size changes - see http://webix.com/snippet/7560d082

I want to put SVG content inside the template view and it needs resizing dynamically.

Is there an event I can hook up to?

Sub-classing template is the best strategy. In such case you can redefine $setSize method, it is called for each size change.

http://webix.com/snippet/190d9c35

Hi Maksim,
I clicked on the snippet “http://webix.com/snippet/190d9c35” and hit save by mistake, now it does not show anything, is there any way to restore it ?