Remove messages from chatbox

Can anyone tell me how the clear the messages from a chatbox? Thanks!!

In the simple chatBox…you can’t…make your own Element, it’s really simple copying the existing.

If by chance, you use the extended chatBox you can do :

yourChatBoxElement.getChatArea().getScrollableArea().removeAllChildren();

2 Likes

I didn’t even know the extended version existed. Thanks!