in older umbraco versions developers could add speechbubbles by using clienttools. For example:
var clientTool =newUmbraco.Web.UI.Pages.ClientTools((System.Web.UI.Page)HttpContext.Current.CurrentHandler);
In umbraco 7 however, the speechbubbles have changed. I found an angular html document that loads them as a ul list. But I coldnt find how they were loaded and I want to know how to add these notifications programmatically, for example to add messages during save or publish events.
Adding notifications / Speechbubbles in Umbraco 7
Hi guys,
in older umbraco versions developers could add speechbubbles by using clienttools. For example:
In umbraco 7 however, the speechbubbles have changed. I found an angular html document that loads them as a ul list. But I coldnt find how they were loaded and I want to know how to add these notifications programmatically, for example to add messages during save or publish events.
anyone have a clue on this?
martin
Hi Martin
Did you ever manage to find the answer to this question? It doesn't seem like there's much on this out there.
Best regards,
Rigardt
Managed to solve it with the help of this post by Warren: http://24days.in/umbraco/2013/github-snippets-for-umbraco/
Thats quite awesome, thanks! I never found the answer and stopped searching as it took too much time.
is working on a reply...