我正在尝试在 CKEditor 4.5.3 上使用 Line Height 插件,但它不起作用。
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 );
以下是一些有助于澄清的图像:
PS:Rich Combo 是 Line Height 工作所需的插件,已安装。