Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Peter S 64 posts 106 karma points
    Jul 20, 2010 @ 17:31
    Peter S
    0

    Custom save message in balloon?

    We've created a completely new section to edit some custom data. Now I'd like to have a custom message upon clicking a save button. I can't seem to find how to do this.
    Can anyone point me in the right direction?

     

     

  • Dimitris Tsoukakis 33 posts 59 karma points
    Jul 20, 2010 @ 17:34
    Dimitris Tsoukakis
    0

    If you have the pages in the custom section inherit from UmbracoEnsuredPage you can use 

    base.speechBubble(speechBubbleIcon.success, "Message title", 
                                      "Message description, mpla mpla mpla");

     

  • Peter S 64 posts 106 karma points
    Jul 20, 2010 @ 17:47
    Peter S
    0

    Thanks for the quick reply. Works perfectly!

     

  • Peter S 64 posts 106 karma points
    Jul 20, 2010 @ 17:57
    Peter S
    0

    Small addition to this post:

    In visual studio it's indicated that base.speechBubble is now obsolete. So the correct way of using speechbubble now is:

     

     ClientTools.ShowSpeechBubble(speechBubbleIcon.success, "Success", "Data successfully saved.");

     

     

     

  • greengiant83 88 posts 109 karma points
    Apr 05, 2011 @ 19:36
    greengiant83
    0

    Is there a way to initiate this balloon from javascript on the client side?

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Apr 05, 2011 @ 20:56
  • John Hildebrant 14 posts 35 karma points
    Jul 21, 2014 @ 20:14
    John Hildebrant
    0

    I'm handling the  ContentService.Saved event. How can I access ClientTools.ShowSpeechBubble(...) from my .Net code?

    Thanks!

  • Keyur Shah 14 posts 44 karma points
    Oct 09, 2014 @ 13:35
    Keyur Shah
    0

    Looking for the same as John.

    Thanks,

     

     

Please Sign in or register to post replies

Write your reply to:

Draft