gpt4 book ai didi

javascript - 如何在CKEditor中使用Line Height插件?

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:44:33 24 4
gpt4 key购买 nike

我正在尝试在 CKEditor 4.5.3 上使用线高插件,但它不起作用。

CKEditor 甚至不会打开。我在应该的地方得到了一个空白。

有人可以帮帮我吗?

这是我的 CKEditor 构建的链接:link

这是我的控制台显示的内容:

Uncaught TypeError: Cannot read property 'title' of undefined

它指向此代码行 (plugin.js:70):

addCombo( editor, 'lineheight', 'size', editor.lang.lineheight.title, config.line_height, editor.lang.lineheight.title, config.lineHeight_style, 40 );

这里有一些图片可以帮助澄清:

error

code

PS:已安装 Rich Combo,这是 Line Height 工作所需的插件。

最佳答案

我遇到了同样的问题,这是我使用的语言中的一个错误。

在文件中:

ckeditor/plugins/lineheight/lang/pt.js

下面的内容引用了语言“af”,应该是“pt”

CKEDITOR.plugins.setLang('lineheight','af', {
title: 'linha Altura'
});

更正为:

CKEDITOR.plugins.setLang('lineheight','pt', {
title: 'linha Altura'
});

关于javascript - 如何在CKEditor中使用Line Height插件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32259550/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com