Hello.
I was wondering if someone could point me to an example of how to display custom speech bubble messages in Umbraco6, for instance in the OnSave method of a custom datatype.
And this lines where you want to use the speachbubble, for example within your Save-Methode:
Umbraco.Web.UI.Pages.ClientTools clientTool = new Umbraco.Web.UI.Pages.ClientTools((Page)HttpContext.Current.CurrentHandler); clientTool.ShowSpeechBubble(SpeechBubbleIcon.Save, "I am the headlinetext", "I am the other text below.");
Umbraco6 custom speech bubble message
Hello. I was wondering if someone could point me to an example of how to display custom speech bubble messages in Umbraco6, for instance in the OnSave method of a custom datatype.
Thanks.
Hi,
You can try out the following:
On top of your code behind:
And this lines where you want to use the speachbubble, for example within your Save-Methode:
Hope this is what you need.
Greets
Theresa
Thats an intresting idea :). What are you plaiing to use it for? :). Charlie :)
Is it possible to achieve same at application start.
As I tried with the code of provied by Theresa but it give error.
or any way can display custome message on saving in backoffice.
Thanks,
Keyur
is working on a reply...