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

FinalConcept.com.au: Symfony: Unbound sfForm: Unexpected extra form field named

Zend Developer Zone: Zend_Acl and MVC Integration Part II (Advanced Use)

DevShed: Enhancing a URL Handling Helper Class in PHP 5

Ralph Schinder's Blog: The Semi-Official Zend Framework Pear Channel

Gergely Hodicska's Blog: Extending Zend_Acl to support custom roles and resources


Community Events











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


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

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