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
I want attractive menu like HTML 5 How would i get that
in web2py
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')
3 matches
Mail list logo