如何将自定义CSS集成到fckeditor?
谁能说一下
如何将自定义 css 文件集成到 fckeditor 或
哪些文件需要编辑以及如何编辑
Can anyone say
How to integrate custom css file to fckeditor or
which are the files need to edit and how
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下 fckeditor 使用 editor/css/fck_editorarea.css
在你的 init 中你可以设置: FCKConfig.EditorAreaCSS = '/youstylesheet.css' ;
您还可以使用 xml 文件来定义元素的某些属性,请参阅: http ://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Styles
By default fckeditor uses editor/css/fck_editorarea.css
In your init you can set: FCKConfig.EditorAreaCSS = '/youstylesheet.css' ;
you can also use an xml file to define certain properties to your elements, see: http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Styles