如何将 p 元素默认为“正常” CKEditor 中的样式
如果我向 CKEdtior 添加段落样式 例如:
format_p: { 元素 : 'p', 属性 : { 'style' : 'FONT-SIZE:16px;color:#000000;FONT-STYLE:normal;FONT-FAMILY:Arial, Helvetica, sans-serif;font -体重:正常;' } }
按回车键时默认样式为空白。但是,如果我将样式设置为“正常”,则会应用样式,并且通过单击 Enter 键创建的后续 p 包含上面的样式。
我想要的是所有段落(标签“p”)默认使用“正常”样式。有办法实现这一点吗?
If I add a paragraph style to the CKEdtior
eg:
format_p: { element : 'p', attributes : { 'style' : 'FONT-SIZE:16px;color:#000000;FONT-STYLE:normal;FONT-FAMILY:Arial, Helvetica, sans-serif;font-weight:normal;' } }
The default style when pressing the enter key is blank. However, if I set the style to "Normal" the style is applied and subsequent p's created by clicking the enter key include the style above.
What I want is for all paragraphs (tag 'p') to use the "Normal" style by default. Is there a way to achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您已经使用过“contentsCss”,您是否尝试过像这样的“dataProcessor”:
I think you have use 'contentsCss', have you try 'dataProcessor' like this :