如何在 umbraco 中通过 javascript 呈现自定义保存消息气球
您知道保存文档时弹出的小消息气球吗?我想在我的自定义部分中展示这一点。我发现我可以让我的页面继承 UmbracoEnsuredPage 并使用 ClientTools.ShowSpeechBubble。问题是我需要能够从客户端的 javascript 显示它。
有人知道该怎么做吗?
You know that little message balloon that pops up when you save a document? I want to show that in my custom section. I see that I can make my page inherit from UmbracoEnsuredPage and use ClientTools.ShowSpeechBubble. The problem is that I need to be able to display it from javascript on the client side.
Anyone know how to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
umbraco 论坛上的 Lee Kelleher 能够回答这个问题。 http://our.umbraco .org/forum/developers/api-questions/19190-Custom-save-message-balloon-from-javascript
这是代码
Lee Kelleher over at umbraco's forum was able to answer this. http://our.umbraco.org/forum/developers/api-questions/19190-Custom-save-message-balloon-from-javascript
Here is the code