Custom message

Hello,

I want to receive an image icon from SparkRes in the transcript window.

The icon is set via chatInputEditor.insertIcon(SparkRes.getImageIcon) in the ChatInputEditor, but as being no text, it will not be send to the recipient. Now I tried to put a spaceholder at the place the icon should be with the outgoing filter. This works fine but when receiving the messsage I don’'t know how replace the spaceholder with the icon again. How can I extend the ChatArea.insert(String text) for analysing my custom messages? Or is there a complete different way?

Also, I would like to have tooltips over certain words in the message text. Any solutions for that?

Thanks for any help!