Re: [fw-general] How can I insert class name for Zend Navigation generated menu?

2010-03-17 Thread Alayn Gortazar
El mié, 17-03-2010 a las 13:24 +0100, Саша Стаменковић escribió: > I think only custom navigation partial can do this. Someone correct me > if I'm wrong. Taking a look to the code looks like you are right :( -- Alayn Gortazar Irontec, Internet y Sistemas sobre GNU/LinuX - http://www.irontec.com

Re: [fw-general] How can I insert class name for Zend Navigation generated menu?

2010-03-17 Thread Саша Стаменковић
I think only custom navigation partial can do this. Someone correct me if I'm wrong. Regards, Saša Stamenković On Wed, Mar 17, 2010 at 1:24 PM, Enkhbilguun Erdenetsogt < enkhbilg...@beregu.com> wrote: > Hello Saša Stamenković, > > Thanks for your reply. However, your advise only generates for t

Re: [fw-general] How can I insert class name for Zend Navigation generated menu?

2010-03-17 Thread Enkhbilguun Erdenetsogt
Hello Saša Stamenković, Thanks for your reply. However, your advise only generates for the A element like . Do you know how to insert the css class name for the element?. --- Enkhbilguun Erdenetsogt On Wed, Mar 17, 2010 at 5:05 PM, Саша Стаменковић wrote: > $itemArray[] = array( >

Re: [fw-general] How can I insert class name for Zend Navigation generated menu?

2010-03-17 Thread Саша Стаменковић
$itemArray[] = array( 'label' => $label, 'uri' => $uri, 'class' => 'css-class' ); Regards, Saša Stamenković On Wed, Mar 17, 2010 at 7:36 AM, Enkhbilguun Erdenetsogt < enkhbilg...@beregu.com> wrote: > Hello, > > I'm generating my menu w

[fw-general] How can I insert class name for Zend Navigation generated menu?

2010-03-16 Thread Enkhbilguun Erdenetsogt
Hello, I'm generating my menu with Zend_Navigation. I would like to give a class name 'last' for the last unordered list's list element as shown below: Element 1 Element 2 The Zend Container generator looks like: === foreach ($menuItems as $item) {