News Feed
Jobs Feed
Sections




News Archive
Matthew Weier O'Phinney's Blog:
Using dijit.Editor with Zend Framework
August 29, 2008 @ 09:33:03

Matthew Weier O'Phinney has posted a tutorial to his blog that shows how to implement the dijit.Editor (a dijit helper that didn't make it into the current release of the Zend Framework).

We're getting ready to release Zend Framework 1.6.0. However, one important Dijit had to be omitted from the release as I was not able to get it working in time: dijit.Editor.

This dijit is important as it provides an out-of-the-box WYSIWYG editor that you can use with your forms. Unfortunately, actually using it with forms is pretty tricky -- Dojo actually ends up storing content outside the form, which means you need to create a handler that pulls the content into a hidden element when saving.

He includes the code for a sample view helper to implement it and how to include it into your Zend_Form via an addElement call.

0 comments voice your opinion now!
dijit editor zendframework dojo helper form zendform


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: Validating dates

PHPImpact Blog: Improving the performance of Zend_Controller

Paul Jones' Blog: Protaculous in Solar

Padraic Brady's Blog: Zend Framework 2.0: Dependency Injection (Part 1)

ZendCasts.com: Creating Custom Application Resources


Community Events











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


functional code composer example zendframework2 development community object conference database podcast framework language interview opinion testing introduction tool release series

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