You know that little message balloon that pops up when you save a document? I want to show that in my custom section. I see that I can make my page inherit from UmbracoEnsuredPage and use ClientTools.ShowSpeechBubble. The problem is that I need to be able to display it from javascript on the client side.
I don't find "UmbClientMgr". I'm coding in custom class under App_code of type ApplicationBase. In which way I can show a custom message? I must reference something?
Custom save message balloon from javascript
You know that little message balloon that pops up when you save a document? I want to show that in my custom section. I see that I can make my page inherit from UmbracoEnsuredPage and use ClientTools.ShowSpeechBubble. The problem is that I need to be able to display it from javascript on the client side.
Anyone know how to do that?
Hi greengiant83,
You can call the speech bubble using JavaScript with the following...
The values for the first parameter are: "save, info, error, success, warning".
Cheers, Lee.
I don't find "UmbClientMgr". I'm coding in custom class under App_code of type ApplicationBase. In which way I can show a custom message? I must reference something?
Thanks
The above is the javascript method I believe, to call it from .NET:
-Tom
It works fine!
Thanks a lot, Tom
I want to display speech bubble message on Save event
Any help ?
Thanks,
is working on a reply...