将样式表附加到 CKEditor 时出现问题

发布于 2024-11-14 12:45:51 字数 320 浏览 2 评论 0原文

我有一个 config.js 文件,如下所示:

CKEDITOR.editorConfig = function( config )
{
  config.stylesSet = 'custom:/themes/custom.js';
  config.contentsCss = '/assets/css/master.css';
};

我可以在 CKEditor 的样式下拉列表中看到我在 custom.js 中定义的样式,但是当我将它们应用到 WYSIWYG 编辑器中的元素时,样式不会显示在编辑器中,但它们在发布条目时显示。我还缺少其他东西吗? :?

I've got a config.js file that looks like:

CKEDITOR.editorConfig = function( config )
{
  config.stylesSet = 'custom:/themes/custom.js';
  config.contentsCss = '/assets/css/master.css';
};

I can see the styles that I've defined in my custom.js in CKEditor's styles dropdown, but when I apply them to elements in the WYSIWYG editor, the styles don't show in the editor, but they do when the entry is published. Is there something else I'm missing? :?

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

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

发布评论

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

评论(1

爱殇璃 2024-11-21 12:45:51

我可能是错的,但我相信该路径与显示页面的 html(或 php)文件相关,而不是与 js 文件相关。

我使用 CKEditor,并且必须对图像执行此操作,但不能对 css 执行此操作。让我知道它是否有效。

I may be wrong but I believe that path is relevant to the html (or php) file displaying the page and not the js file.

I use CKEditor and had to do this with images but not css. let me know if it works.

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