cancel
Showing results for 
Search instead for 
Did you mean: 

Add a banner message after save

nunocardoso
Champ in-the-making
Champ in-the-making
Hi.

I want to add a message after saving a document, as in "Saved completed" or "Saved, but content was truncated to X words".

How do I do that?
1 REPLY 1

aaditvmajmudar
Confirmed Champ
Confirmed Champ
You can extend the JS class of Save Document's client side .js file.

In your custom ".js" file, override the success method and you can write your own implementation in that method.

Hope this helps.