You're in the army now
Posts tagged mce
Zend + TinyMCE
Jun 15th
EDIT: Since This article has been written the original code has taken down from our Subversion repository. to download a copy click here
In the course of my trying to do various things with the Zend Framework I am constantly haveing to create rich text editor fields.
Now the guys at Zend Framework have done a bang up job of of getting things started and the Dojo and jQuery libraries that are part of it are spectacular.. except that they dont offer an advanced text editor. Which I think is a bit of a shame. So I decided that In order to make my job a whole lot easier I would create a plugin that I could reuse as and when I needed it.
Please do bear in mind that this is not a completely finished plugin so feel free to fix the bits I miss. If you want to see/use my original code you can find it over at http://subversion.zucchi.co.uk.
So far This helper has allowed me to call the TinyMCE editor form countless views and forms.

