New Comment UI widget

The new Comment widget is fantastic but can I also use this as live chat?
I can read comments as json from an external file. So would it be possible to add edit or delete any post which as been send so other user can read this at the time and give an answer?

If so please provide me a small snippet to see how bring this into real…

thank you so much

Hello Michael,

Thank you for the feedback.

We do not have a ready-made snippet at the moment, but I admit that we should add the one.

For now you can save the newly added/updated/deleted comments according to the common Webix pattern:

view:"comments",
url:"some load script",
save:"some save script"

And try to connect it to web sockets to ensure live updates.

Thank’s a Lot Helga.

With a chat widget. This would be a great step forward for me…

Michael