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

David Coallier's Blog: PEAR is using jQuery et new features

MaltBlue.com: Zend Form Mastery with Zend_Config - Part 2, Core Form Configuration

Roshan Bhattarai's Blog: Which is the best PHP framework ?

Rob Allen's Blog: Simple Zend_Form Example

Zend Developer Zone: Book Report: Easy PHP Websites with the Zend Framework


Community Events











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


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

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