在提交之前从 fckeditor 设置表单值
我正在尝试修复网站上使用 javascript 验证字段的表单。
某些字段正在使用 fckeditor,事实证明,直到按下提交按钮才设置表单字段值 - 使我的表单验证毫无用处。
我想要做的是(希望)只调用 fckeditor 中的一个方法来更新它所绑定的表单值。
有谁知道这样的方法吗?
谢谢, 约翰.
I'm trying to fix a form on a site that uses javascript to validate the fields.
Some fields are using fckeditor, and it turns out that the form field values aren't set until the submit button is pressed - rendering my form validation useless.
What I want to do is (hopefully) just call a method in fckeditor to update the form values it's tied into.
Does anyone know of such a method?
Thanks,
John.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
文档位于 FCKeditor 2.x / 开发人员指南 / JavaScript API
CKEditor 的 来自 使用 jQuery 从 CKEditor 的 iframe 中抓取内容
Documentation at FCKeditor 2.x / Developers Guide / JavaScript API
for CKEditor from Using jQuery to grab the content from CKEditor's iframe