CodeIgniter Forums
WYSIWYG editor and spell checker? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: WYSIWYG editor and spell checker? (/showthread.php?tid=19110)



WYSIWYG editor and spell checker? - El Forum - 05-28-2009

[eluser]Arun Joshi[/eluser]
Is there any built in WYSIWYG editor in Code igniter?
Can I implement a spell checking functionality in a text area? :roll:


WYSIWYG editor and spell checker? - El Forum - 05-28-2009

[eluser]davidbehler[/eluser]
Try using the search and have a look at the wiki!

E.g: http://codeigniter.com/wiki/FCKeditor/ and http://codeigniter.com/wiki/TinyMCE/


WYSIWYG editor and spell checker? - El Forum - 05-28-2009

[eluser]Arun Joshi[/eluser]
Thanks waldmeister.

do u have any suggestion in case of spell checking...?


WYSIWYG editor and spell checker? - El Forum - 05-28-2009

[eluser]Unknown[/eluser]
I would really like to know this too


WYSIWYG editor and spell checker? - El Forum - 05-28-2009

[eluser]Dam1an[/eluser]
There was a thread a few days ago here discussing various WYSIWYG editors... not sure of any which have spell checking built in though


WYSIWYG editor and spell checker? - El Forum - 05-28-2009

[eluser]Yorick Peterse[/eluser]
Javascript WYSIWYG editors don't have spell checking, simply because it's way too complicated to implement.


WYSIWYG editor and spell checker? - El Forum - 05-28-2009

[eluser]jedd[/eluser]
I'm sure this got resolved with FCKeditor, when all those people with regrettable language skills were complaining about this feature being needed in Dekiwiki some time back.

Seemingly there was some easy way - FCK supported it, something needed to be tweaked, details were not absorbed since I can spell reasonably well - to get that editor to pass through the Firefox spell checker.

I think this is a more elegant solution to the problem of 'I can't spell' (short of actually, you know, learning how to spell) as it neatly circumvents the massive problem of tracking regional and dialect issues relating to spell checkers. Users can ensure their one browser has an understanding of where they are much better than configuring each and every web site they may visit.


WYSIWYG editor and spell checker? - El Forum - 05-29-2009

[eluser]eoinmcg[/eluser]
Take a look at the tiny MCE plugin

http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/spellchecker

Using the google spellchecker back end is probably going to be the easiest option.

I've been using it on live systems integrated with codeigniter and it all works very nicely together.