Copied to clipboard

Flag this post as spam?

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


  • Ed Bishop 53 posts 203 karma points
    Jan 12, 2011 @ 15:53
    Ed Bishop
    0

    SpeechBubble on dashboard

    Hi,

    I have a user control that I am showing on a custom dashboard section and I can't get speech bubbles to display, any ideas anyone?

    The code I'm using is:

    ((BasePage)Page).speechBubble(BasePage.speechBubbleIcon.save, "Title Text", "Message Text.");

    I assume the page is inheriting from UmbracoEnsuredPage as it is the dashboard.aspx page.

    Cheers,

    Ed

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Jan 12, 2011 @ 16:00
    Tom Fulton
    0

    Hi Ed,

    Here's code I'm using to do the same:

    umbraco.BasePages.BasePage.Current.ClientTools.ShowSpeechBubble(umbraco.BasePages.BasePage.speechBubbleIcon.success, "Title Text", "Message Text");

    Thanks,

    Tom

  • Ed Bishop 53 posts 203 karma points
    Jan 19, 2011 @ 15:56
    Ed Bishop
    0

    Doh,

    Just realised the problem, I was immediately redirecting after adding the speech bubble!

    Sorry guys :)

    Ed

Please Sign in or register to post replies

Write your reply to:

Draft