[fw-general] Zend_Deepzoom Ready for Review

2010-01-19 Thread Nicolas Fabre
Hello All, I've created a component proposal. It is ready for rewiew. Please check it out. http://framework.zend.com/wiki/display/ZFPROP/Zend_Deepzoom+-+Nicolas+Fabre Your comments are welcomed. Nicolas Nicolas Fabre / Web Architect / Zend Certified Engineer nicolas.fa...@groupereflect.net | Tel

[fw-general] Repository of shared Zend Framework Helpers, Resources, etc.

2010-01-19 Thread Konr Ness
All, Are there any online repositories of shared Zend Framework components such as View Helpers, Action Helpers, Resources, etc. that are, perhaps, too application-specific to be included in the ZF core but still relevant for reusing code, sharing and learning from others? Konr

Re: [fw-general] Zend_Decorator Mission (im?)possible

2010-01-19 Thread Konr Ness
I haven't tested this for validity, but it should be something like: $this->setDecorators(array( 'FormElements', array('HtmlTag', array('tag' => 'dl')), array('FormErrors', array( 'placement' => 'prepend', 'markupListStart' => '', 'markupListEnd' => '',

[fw-general] Zend_Service_Prowl Ready for Review

2010-01-19 Thread Chris Thomas
Hello All, I've created a component proposal. It is ready for rewiew. Please check it out. http://framework.zend.com/wiki/display/ZFPROP/Zend_Service_Prowl+-+Christopher+Thomas Your comments are welcomed. Chris

[fw-general] Zend_Decorator Mission (im?)possible

2010-01-19 Thread info
I would like to get a similar form: I'm an error message! Username: Password: --

[fw-general] Id Decorator/Element bug in dd tag

2010-01-19 Thread mathieu.suen
Hi, When using subform there is a bug in the element tag dd. Exemple: $form ... foreach(..) { $subForm .. $subForm->addElement('test', 'name' ...) $form->addSubForm($subForm); } Now if you render the form and try to validate the HTML you get some error because of some element that hav