hidden element

Matthew Weier O'Phinney's Blog: Using dijit.Editor with Zend Fra...

PHPDeveloper.org  Fri, 08/29/2008 - 09:33

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.


 

Using dijit.Editor with Zend Framework - Matthew Weier O'Phinney

Planet PHP  Thu, 08/28/2008 - 10:50

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.


 

In-line comments on RooJS1 docs - More nails in ExtJs coffin - A...

Planet PHP  Sun, 08/24/2008 - 10:32

Just a small update on roojs1 - I've added in-line comments to the RooJs1 documentation - so if you think a method or class is not well explained, add your comment, example code, or bug note right on the documentation.

- Something I think makes a huge difference to the usability of code...

Other small changes are also beginning to be added - including the fields property of a Roo.toolbar, and the new Roo.form.Hidden element, to make creating forms with hidden variables simpler.