Re: [web2py] Menu Items

2012-04-22 Thread Bruce Wade
This is javascript and css related. With them two technologies you can get any type of attractive menu you like :D On Sun, Apr 22, 2012 at 11:37 AM, Vibhor Purandare < vibhor.purand...@zero-group.com> wrote: >I want attractive menu like HTML 5 How would i get > that in web2py

[web2py] Menu Items

2012-04-22 Thread Vibhor Purandare
I want attractive menu like HTML 5 How would i get that in web2py

[web2py] MENU items with target='_blank'

2010-12-18 Thread Bruno Rocha
Hi, *I am trying to change every A item of MENU object, including target='_blank' attribute,* *menu is a '' tag* >>> ul = UL(LI(A('test',_href='default'))) >>> print ul test *I thought I could change MENU in this way:* >>> ul.elements('a')[0].attributes {'_href': 'default'} >>> ul.elements('a')