如何在CKEditor中插入用CSS渲染的文本?
我正在编写一些插件,在编辑器中插入图片和表格等元素。我需要的是在编辑器中查看这些元素的最终外观。我的意思是,我需要向编辑器添加 css 类,并使用它们在编辑器中渲染文本,并且我想动态执行此操作,查看编辑器中渲染的这些元素。
有什么办法可以做到吗?我可以看到在编辑器中正确渲染的元素,并使用插件插入它们吗?
谢谢你!
I am programming some plugins that insert elements like pictures and tables inside the editor. What I need is to see these elements in the editor rendered with their final aspect. I mean, I need to add css classes to the editor and use them to render text in the editor, and I want to do it on the fly, seing those elements rendered in the editor.
Is there any way to do it? Can I see the elementes correctly rendered inside the editor inserting them with a plugin?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,你可以。
您的编辑器中将有一个下拉列表,您可以在其中选择要在内容中应用的已配置 CSS 样式。
如何操作,您可以在文档中找到:
http://docs.cksource.com/ CKEditor_3.x/Developers_Guide/Styles
Yes you can.
You will have a dropdown list in your editor, where you can select configured CSS styles to be applied in your content.
How to do it you can find in the documentation:
http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Styles