Embedding an HTML5 canvas tag

Hi all,

I’m trying to embed my own tag within a Webix view, but I’m not able to draw on it.

I’ve created this not-running snippet. Hope someone can let me know what I’m doing wrong:

http://webix.com/snippet/d7fd8708

Thanks

PS: Same code without webix stuff works fine:

http://webix.com/snippet/bd4e7f92

Hi,

it would be more correct to use content in this case:

http://webix.com/snippet/a8387371

html->elementId - creates a copy of inner html and do not append element.