[web2py] Re: Menu Items

2012-04-23 Thread Vibhor Purandare
Ya sure,I would like to see the code so that I can learn. On Monday, April 23, 2012 9:56:43 AM UTC+5:30, Vineet wrote: > > I am using a menu based on pure css. > Replaced the superfish menu completely. > If you are interested, I can share the code. > > -- Vineet > > On Monday, April 23, 2012 12:0

[web2py] Re: Menu Items

2012-04-22 Thread Vineet
I am using a menu based on pure css. Replaced the superfish menu completely. If you are interested, I can share the code. -- Vineet On Monday, April 23, 2012 12:07:55 AM UTC+5:30, Vibhor Purandare wrote: > >I want attractive menu like HTML 5 How would i get > that in web2py?

[web2py] Re: MENU items with target='_blank'

2010-12-18 Thread mdipierro
Instead of menu = MENU([['name',False,URL('default')]]) do menu = MENU([[A('name',_href=URL('default'),_target="_blank"),False,None]]) On Dec 18, 8:11 pm, Bruno Rocha wrote: > Hi, > > *I am trying to change every A item of MENU object, including > target='_blank' attribute,* > *menu is a '' ta