如何在CKEditor中插入用CSS渲染的文本?

发布于 2024-11-30 00:52:36 字数 180 浏览 0 评论 0原文

我正在编写一些插件,在编辑器中插入图片和表格等元素。我需要的是在编辑器中查看这些元素的最终外观。我的意思是,我需要向编辑器添加 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深海夜未眠 2024-12-07 00:52:36

是的,你可以。

您的编辑器中将有一个下拉列表,您可以在其中选择要在内容中应用的已配置 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文