Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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
Doh,
Just realised the problem, I was immediately redirecting after adding the speech bubble!
Sorry guys :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
Hi Ed,
Here's code I'm using to do the same:
Thanks,
Tom
Doh,
Just realised the problem, I was immediately redirecting after adding the speech bubble!
Sorry guys :)
Ed
is working on a reply...