Hello and welcome to beautiful Jun Blog.

去除ckeditor里烦人的拼写检查

其实很简单
打开config.js文档

CKEDITOR.editorConfig = function( config )
{
config.scayt_autoStartup = false; //增加这一项即可
};

Posted on 30 六月 '10 by admin, under php.