ASP.NET MVC Ajax 和 CKEditor

发布于 2024-08-12 23:09:15 字数 135 浏览 1 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

黄昏下泛黄的笔记 2024-08-19 23:09:15

除了重新加载页面之外,我必须有一个好的解决方案,虽然不理想但有效。

I have to good solution other than to reload the page, not ideal but works.

伴我心暖 2024-08-19 23:09:15

使用 ScriptManager.RegisterStartupScript 通过 AJAX 回发执行 javascript

use ScriptManager.RegisterStartupScript to execute javascript via AJAX postback

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文