Re: [fw-general] Zend Form Grouping Elements

2009-08-18 Thread skorp
have the same error message Message: Plugin by name 'DivWrapper' was not found in the registry; used paths: ZendX_JQuery_Form_Decorator_: ZendX/JQuery/Form/Decorator/ Zend_Form_Decorator_: Zend/Form/Decorator/ it's not searching in the direcotory which i add with addelementprefixpath. has

Re: [fw-general] Zend Form Grouping Elements

2008-09-11 Thread vladimirn
Hello Mathew, I tried this, but wont work for me. $form-addDisplayGroupPrefixPath('forms_Decorator', 'forms/Decorator'); . $form-addDisplayGroup(array('username', 'password'), 'login', array( 'legend' = 'Please Login:', 'decorators' = array( 'FormElements',

[fw-general] Zend Form Grouping Elements

2008-08-08 Thread Stefan Sturm
Hello, I have an element decorator for my elements and it is working corrent. It looks like this: public $elementDecorators = array( 'ViewHelper', 'MyErrors', array(array('data' = 'HtmlTag'), array('tag' = 'div', 'class' = 'element')),

Re: [fw-general] Zend Form Grouping Elements

2008-08-08 Thread Matthew Weier O'Phinney
-- Stefan Sturm [EMAIL PROTECTED] wrote (on Friday, 08 August 2008, 02:12 PM +0200): I have an element decorator for my elements and it is working corrent. It looks like this: public $elementDecorators = array( 'ViewHelper', 'MyErrors',