Cckeditor 强制自定义样式属性到特定元素

发布于 2024-12-05 12:35:56 字数 225 浏览 2 评论 0原文

我想强制所有 p 元素使用内联 style 属性。我该怎么做? 我尝试这样做:

CKEDITOR.config.format_p= { element : 'p', attributes : { style : 'padding:10px;' } }

该行被执行并出现在 dom 中,但没有真正改变。

I would like to force the inline style attributes for all p elements. How can I do this?
I've tried to do this:

CKEDITOR.config.format_p= { element : 'p', attributes : { style : 'padding:10px;' } }

This line is executed and appears in the dom, but nothing really changed.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

瑾兮 2024-12-12 12:35:56

config.format_p 是当 "在 样式 组合框中选择段落”。如果您想更改所有 p 元素,只需添加您自己的 自定义 css 文件放入 CKEditor 主体中。

config.format_p is the style that will be applied when "Paragraph" selected in the Styles combobox. If you want to change all p elements just add your own custom css file into the CKEditor body.

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