Add Custom controls to node template

Hi,

Can i add a custom control to node template, for eg. I want to replace text editor of textblock control in node template by Kendo AutoComplete control and implement the respective events of the custom control added.

Please suggest an approach how to implement it in GoJs node templates.

Thanks

The http://gojs.net/latest/samples/customTextEditingTool.html sample demonstrates two different manners of using custom input elements for in-place text editing.