【问题标题】:how to change the ckeditor's skin in angular2如何在angular2中更改ckeditor的皮肤
【发布时间】:2016-12-16 10:40:52
【问题描述】:

http://docs.ckeditor.com/#!/guide/dev_skins 文档中,他们说要在配置中传递皮肤,所以我这样做是为了传递皮肤配置

this.config = {
      skin: 'office2013'
}

但它给了我GET http://cdn.ckeditor.com/4.5.11/full/skins/office2013/editor.css/ 这个错误。如何为angular2 ckeditor添加皮肤

【问题讨论】:

    标签: angular ckeditor skin


    【解决方案1】:

    你需要构建自己的ckeditor包,放入你的项目文件夹并包含在index.html中<script src=RELPATH/ckeditor/ckeditor.js></scr>

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-04-10
      • 1970-01-01
      • 2015-04-18
      • 2020-07-25
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多