In web2py you create a menu like
response.menu=[['Title',False,URL(...),[]]
where [] is a submenu.
You place an icon close to the title by doing
response.menu=[[TAG[''](IMG(_src=icon,'Title'),False,URL(...),[]]
where icon is the url of the icon.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---