CKEditor - 将 ckeditor 添加到 ajax 创建的文本区域
是否可以将 ckeditor 添加到使用 ajax 创建的 textarea 中?
Is it possible to add ckeditor to textarea which is created with ajax ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的。它的工作方式与常规文本区域相同。
CKEDITOR.replace(element);
Yes, it's possible. It works the same way as regular textarea.
CKEDITOR.replace(element);