更改 CKEditor 中的默认文本
我想更改 CKEditor 中的默认文本。如果我可以使用 PHP,那就很简单了。但我用过Jquery。那么如何在 CKEditor 中使用 Jquery 更改默认文本呢?
谢谢。
I want change default text in CKEditor. If i can use PHP it would be simple. But i've use Jquery. So how can i change default text with using Jquery in CKEditor?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从您的问题来看,我理解您想要更改编辑器内容区域中的文本。如果是这样,您可以在 ckeditor.com 网站上查看此支持页面。
ckEditor jQuery 适配器
这需要将额外的脚本添加到您的页面,这使得与 jQuery 更清晰的集成。
要使用 jQuery 获取/设置编辑器内的文本,只需执行以下操作:
From your question, I understand it to be that you are wanting to change the text in the content area of the editor. If so, you can check this support page out on the ckeditor.com site.
ckEditor jQuery adapter
This requires an extra script to be added to your page, which enables a cleaner integration with jQuery.
To get/set the text inside the editor using jQuery, simply do this: