掲示板

How to remove SCAYT button from CKeditor?

thumbnail
12年前 に Dhrutika Parekh によって更新されました。

How to remove SCAYT button from CKeditor?

Expert 投稿: 435 参加年月日: 09/02/09 最新の投稿
Hi All,

Does anyone has idea,how to remove SCAYT totally from ckeditor?

I already added this
config.removePlugins = 'scayt';

But its still displaying icon for spellcheck in toolbar.

I also tried to customize ckconfig.jsp to remove that icons from toolbar menu.still not working.

Any suggestions?


Regards,
Dhrutika Parekh
thumbnail
12年前 に Jignesh Thakkar によって更新されました。

RE: How to remove SCAYT button from CKeditor?

Junior Member 投稿: 26 参加年月日: 10/05/10 最新の投稿
Hi Dhrutika

In one of my project, we have the same requirement and I had remove the scayt spellchecker by using the follwing code.

I had removed this line "'SpellChecker', 'Scayt'" from ckconfig.jsp from all the functions like

CKEDITOR.config.toolbar_liferay,CKEDITOR.config.toolbar_liferayArticle,CKEDITOR.config.toolbar_editInPlace,
CKEDITOR.config.toolbar_email

let me know if you want more information