CKEditor 是否有一个设置来通知服务器其使用情况?
CKEditor 中是否有一个设置可以添加一个隐藏的输入字段,内容类似于 "ckeditor" = "1"
?
基本上我想检测(服务器端)何时使用以及何时不使用。显然我可以用 javascript 来做到这一点,但我想如果存在“官方”方法,我会首先尝试使用它。
我一直在 Google 和 CKEditor 文档中搜索,但没有成功。只是想确保我没有错过它。
Is there a setting in CKEditor that has it add a hidden input field saying something like "ckeditor" = "1"
?
Basically I want to detect (server side) when it's used and when it isn't. I can obviously do this with javascript, but I figured if an "official" method existed, that I'd try to make use of it first.
I've been searching through Google and the CKEditor docs, with no luck. Just wanted to make sure I haven't missed it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,没有任何这样的设置(我真的不知道它有什么用,但这不是问题)。
您应该使用一些创建或更改隐藏输入的 JavaScript 来完成此操作。
No, there isn't any such setting (I don't really know how it can be useful, but that's not the question).
You should do it with a little javascript that creates or changes a hidden input.