【发布时间】:2015-08-27 21:14:36
【问题描述】:
我正在尝试在 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 工作所需的插件。
【问题讨论】:
标签: javascript jquery css plugins ckeditor4.x