Posts Tagged ‘Zend_Form

Autocomplete field with Zend Framework and Dojo

In this exemple, we will se how to create an autocomplete field with Zend Framework and Dojo in the ZF MVC environment. We will use the QueryReadStore Dojo component to load new data when input value change.

Continue reading “Autocomplete field with Zend Framework and Dojo” »

Tags : , , , , , , , , , , ,

Zend_Form : How to remove decorator from hidden field.

This question come a lot in #ZFtalk channel on IRC.

The Default decorator apply the DtDdWrapper to all form element when they are created. But hidden field does’nt need decorator and the actual hidden element class does’nt care about that.
Continue reading “Zend_Form : How to remove decorator from hidden field.” »

Tags : , , , , , , , , , , , ,