[fw-general] Simple menu on every page

2008-03-18 Thread Malfojan
Menu(); $this->view->menu = $menu; Thanks for replies! Malfojan -- View this message in context: http://www.nabble.com/Simple-menu-on-every-page-tp16121967s16154p16121967.html Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] Zend_Form_Element_Radio + ViewHelper problem

2008-02-29 Thread Malfojan
Default decorator for Zend_Form_Element_Radio element is Zend_Form_Decorator_ViewHelper. Unfortunately, in it's render() method the constructor of the ViewHelper is called only with 4 parameters (line 113), while constructor of Zend_View_Helper_FormRadio has 5 parameters. The last one is called '

Re: [fw-general] Zend_Form - additional info and tags between form's elements

2008-02-29 Thread Malfojan
Thank you all, problem solved! -- View this message in context: http://www.nabble.com/Zend_Form---additional-info-and-tags-between-form%27s-elements-tp15740909s16154p15769035.html Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] Zend_Form - additional info and tags between form's elements

2008-02-28 Thread Malfojan
How can i add additional information and tags between elements while using Zend_Form? For example, how can i add paragraph like this: Some Heading Some additional info how to fill out next input ... Some additional info how to fill out second input -- View this message in context: http: