SCAYT spell checker does not work

16 views
Skip to first unread message

Tapan Ghia

unread,
Jun 27, 2011, 4:13:17 AM6/27/11
to gwt-ckeditor
Hi,

I am trying to enable the 'SCAYT' spell checker in the GWT CKEditor
ckconfig, but it doesn't work for me. This being the same case on the
GWT Ckeditor demo provided on the project's home page: http://apps.axeiya.com/TestCK/

As soon as i select to enable the SCAYT spell checker, the toolbar
button gets disabled. Please let me know, if this is a known bug, or
if there's a work around to get this working.

Thanks

Damien Picard

unread,
Jun 27, 2011, 5:07:33 AM6/27/11
to gwt-ck...@googlegroups.com
Hi,

Could you give me the way you enable SCAYT ?

Regards,

2011/6/27 Tapan Ghia <tapan...@gmail.com>



--
Damien Picard
Axeiya Services : http://axeiya.com/
gwt-ckeditor : http://code.google.com/p/gwt-ckeditor/
Mon livre sur GWT : http://axeiya.com/index.php/ouvrage-gwt.html

Tapan Ghia

unread,
Jun 28, 2011, 3:05:14 AM6/28/11
to gwt-ckeditor
Hi,

I have sent an email demonstrating the way i have been trying to
enable the SCAYT spell checker in CKEditor. Please let me know, if you
need any other information on the same.

Thanks

On Jun 27, 2:07 pm, Damien Picard <picard.dam...@gmail.com> wrote:
> Hi,
>
> Could you give me the way you enable SCAYT ?
>
> Regards,
>
> 2011/6/27 Tapan Ghia <tapan.g...@gmail.com>

Damien Picard

unread,
Jun 28, 2011, 4:07:47 AM6/28/11
to gwt-ck...@googlegroups.com
Ok, I understand your problem. The config does not allow you to add extra plugins.
I've added it on SVN and I've built the latest snapshot (see http://code.google.com/p/gwt-ckeditor/wiki/MavenUsers for details)

you can add scayt support (and other plugins) with this configuration :

CKConfig myConfig = new CKConfig();
config.addExtraPlugin(AVAILABLE_PLUGINS.scayt);

Regards

2011/6/28 Tapan Ghia <tapan...@gmail.com>

Tapan Ghia

unread,
Jun 29, 2011, 3:30:51 AM6/29/11
to gwt-ckeditor
Worked !!! Thanks a ton.

On Jun 28, 1:07 pm, Damien Picard <picard.dam...@gmail.com> wrote:
> Ok, I understand your problem. The config does not allow you to add extra
> plugins.
> I've added it on SVN and I've built the latest snapshot (seehttp://code.google.com/p/gwt-ckeditor/wiki/MavenUsersfor details)
>
> you can add scayt support (and other plugins) with this configuration :
>
> CKConfig myConfig = new CKConfig();
> config.addExtraPlugin(AVAILABLE_PLUGINS.scayt);
>
> Regards
>
> 2011/6/28 Tapan Ghia <tapan.g...@gmail.com>
Reply all
Reply to author
Forward
0 new messages