Magento:如何在管理面板中使用 JS 显示标准错误/成功消息?
例如,我可以从服务器端向 Magento 管理面板添加错误/成功消息,
Mage::getSingleton(’core/session’)->addError('***');
但是如何使用 JS 在客户端显示相同的消息?我的意思是标准方式(当然我可以创建相同的消息框,但这不是解决方案)。例如,当我需要显示某些 AJAX 请求的状态时。有什么想法吗?
I can add error/success message to the Magento admin panel from server-side, for example,
Mage::getSingleton(’core/session’)->addError('***');
But how to show the same message on the client-side using JS? I mean standard way (of course I can create the same message box, but it's not a solution). For example when I need to show a status of some AJAX request. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
类型可以是“错误”、“成功”、“通知”或“警告”。享受!
The type could be 'error', 'success', 'notice' or 'warning'. Enjoy!