ASP.NET MVC Ajax 和 CKEditor
我正在使用 MVC 1 和 CKEditor。我正在集成 ajax 表单,效果很好,但编辑器窗口在 ajax 发布后消失。在网络表单中,我必须不使用 ajax,或使用回发触发器。有没有办法在ajax提交时重新加载编辑器?
任何帮助表示赞赏。
I am working with MVC 1, and the CKEditor. I am integrating ajax forms which work great, but the editor window disappears after the ajax post. In webforms, I would have to not use ajax, or use a postback trigger. Is there a way to reload the editor on the ajax submission?
Any help is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
除了重新加载页面之外,我必须有一个好的解决方案,虽然不理想但有效。
I have to good solution other than to reload the page, not ideal but works.
使用 ScriptManager.RegisterStartupScript 通过 AJAX 回发执行 javascript
use ScriptManager.RegisterStartupScript to execute javascript via AJAX postback