My current project I’m building with the Zend Framework and I needed to be able to use the fckeditor.
Integration is extremely easy using a helper with the framework.
/* Slack Off //*/
Category : Javascript, Zend Framework
My current project I’m building with the Zend Framework and I needed to be able to use the fckeditor.
Integration is extremely easy using a helper with the framework.
This post is how to save a personal word list to TinyMCE’s spellcheck, or Add to Dictionary as I prefer to refer to it as.
As you might know, TinyMCE is capable of spellchecking, but what if we want to add a word to the dictionary so that the word never comes up again as a typo? After spending some time with Google, I never found a solution to my liking, so I had the unpleasurable task of adding the functionality myself. To my surprises, it was much easier that I expected.