FCEeditor with Zend Framework

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.

TinyMCE – Add to Dictionary

2

Category : Javascript

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.