ale*_*lex 10 javascript jquery ckeditor
我只在IE7中收到此错误.
lang.link.toolbar为null或不是对象
我以为在设置语言时我可能不小心删了一些东西,所以我去了ckeditor/lang/en.js,确实有一个CKEDITOR.lang.en.link.toolbar存在.
我使用jQuery适配器设置了实际的CKEditor,如此...
$( '#input-product-description' ).ckeditor(
function() { /* callback code */ },
{
startupFocus: true,
language: 'en',
defaultLanguage: 'en',
removePlugins : 'smiley, about, sourcearea, flash, newpage, pagebreak, popup, preview, stylescombo, table, tabletools, elementspath, save, templates, print, find, font, forms, horizontalrule, justify, format, colorbutton, div, blockquote, indent, clipboard, image, showblocks, wsc' ,
toolbar :
[
['Undo','Redo'],
['Bold','Italic'],
['NumberedList','BulletedList']
],
resize_enabled: false
});
Run Code Online (Sandbox Code Playgroud)
有谁知道为什么会出现这个错误?
| 归档时间: |
|
| 查看次数: |
356 次 |
| 最近记录: |