Zend Framework and the Dojo dijit editor

Jason Houle has posted an article on how to use Dojo’s digit.Editor WYSIWYG editor with Zend Framework.

In one of my current projects, AircraftConnection.com, I decided to use the dijit.Editor WYSIWYG editor in my user’s forms. I ran into a few problems and could not find much documentation on the topic.
  1. I wanted the label, description, and field in a different order.
  2. I wanted the data entered into the editor to actually be passed to the server when the form was submitted.
  3. I wanted to pre-populate the form with data the user had previously entered.

He shows how to extend Zend_Dojo_Form_Element_Editor to provide a customised set to decorators and then goes on to show to to use it within a Zend Framework MVC application.

Check it out!

Posted by Rob on 22nd July 2009 under Around the web | Comments Off

Comments are closed.