0
我使用的CKEditor v4.0與CKEditor的寶石https://github.com/tsechingho/ckeditor-rails拼寫檢查程序不會對CKEditor的工作4
的Gemfile
gem 'ckeditor', '>= 4.0.0.rc1'
config.js
CKEDITOR.editorConfig = function(config){
config.skin = 'moono',
config.disableNativeSpellChecker = true,
config.scayt_autoStartup = true,
config.toolbar = [
[ 'Bold', 'Italic', 'Underline', 'Strike', 'Blockquote', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink', '-', 'SpellChecker', 'Scayt' ]
]
};
我一直測試許多可能的解決方案,我認爲這是一個V4.0問題
在這裏http://drupal.org/node/1870398用戶名爲「vinmassaro」發帖說,如果你設置「拼寫檢查作爲你鍵入」工具欄,它的工作,因爲這兩個類型的拼寫檢查的一個按鈕被壓縮,但dosent工作,不甚至工具欄按鈕也顯示:S