Re: [fw-general] Zend_Navigation menu id

2010-01-16 Thread takeshin



Paul-3 wrote:
 
 I saw this posted on another thread, but there was no resolution.
 
 Any chance, unless there is a way, to pass the id of the ul element when 
 using the navigation menu view helper?
 We can already set the ul class, why not the id?
 
 Many javascript plugins/widgets rely on id's, and it would be nice to 
 not have to create a partial just to set the id.
 
 

This is the case for partials. Easy and customizable.
If you wish, you may extend menu helper with your own default partial.

Try setParams() or setUlClass(), should be enough.

-- 
regards
takeshin
-- 
View this message in context: 
http://n4.nabble.com/Zend-Navigation-menu-id-tp1015320p1015768.html
Sent from the Zend Framework mailing list archive at Nabble.com.


[fw-general] Zend_Navigation menu id

2010-01-15 Thread Paul

I saw this posted on another thread, but there was no resolution.

Any chance, unless there is a way, to pass the id of the ul element when 
using the navigation menu view helper?

We can already set the ul class, why not the id?

Many javascript plugins/widgets rely on id's, and it would be nice to 
not have to create a partial just to set the id.