News Feed
Jobs Feed
Sections




News Archive
Jani Hartikainen's Blog:
Integrating FCKeditor with Zend_Form
April 06, 2009 @ 07:55:40

Jani Hartikainen has posted a guide to his blog for getting the FCKeditor integrated into your Zend_Form instance.

How to use FCKeditor, or any other WYSIWYG editor, with Zend_Form? Another relatively common question. There are many ways you can do this, but let's look at these two as they are the best in my opinion: Adding some JavaScript to your view script, Creating a Zend_Form_Decorator. We'll be using FCKeditor, but you can apply the techniques shown to others, such as TinyMCE, as well.

The first method, via javascript, just drops the editor in inside some script tags. The second (more "Zend Framework way") creates a decorator as a custom way to insert the same javascript code. A call to appendScript inside the render() function (the code is here). Then its just a call to addDecorator to plug in a CU_Form_Decorator_FckEditor instance.

0 comments voice your opinion now!
integrate decorator zendform zendframework fckeditor tinymce


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Zend Framework Beta 0.9.1 Released

Padraic Brady's Blog: The Zend Framework and Microformats: Zend_Microformat Proposed

Evert Pot's Blog: Integrating with Zend's OpenID

ZendCasts: Using Zend_Cache to speed up Web Service calls

Matthew Weier O'Phinney's Blog: Backported ZF2 Autoloaders


Community Events











Don't see your event here?
Let us know!


zendframework2 language opinion symfony2 series functional usergroup community testing introduction podcast interview conference database rest phpunit release example framework development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework