In

response.menu=[item1,item2,....]

instead of

item1=[label,False,link]

use

item1=[A(label,_href=link,_class='...',False,None]

On May 2, 9:35 pm, Jason Brower <[email protected]> wrote:
> I really like the MENU() system but I am finding a limit with classes
> and id.
> I would like to set a class or id to each menu item so the theming,
> javascript, and other items could be applied here.  How would I best go
> around doing this?
> I suppose I could try to make a patch to MENU to allow this, but I am
> not very good at backward compatibility. :D
> ---
> Best Regards,
> Jason Brower

Reply via email to