Hi
Apologies for resurrecting an old topic, but I have not used web2py in
quite a while and found myself asking the same question.
The application I intend to create needs to have 3rd level menus (perhaps
even 4th)
Without it, my menu structure will be a real mess and there would be no way
to logically group menu items making it would be difficult for the user to
even find the option.
(This is a large application!)
All users are PC users on the LAN/WAN, so we don't care about mobile
support.
What would be the recommended way to implement this with the current web2py?
Thank you...
On Sunday, April 26, 2015 at 1:18:53 PM UTC+2, 黄祥 wrote:
>
> hi,
>
> i realize that web2py sub sub menu in newest version is not work as
> expected (no error occured but the result is not expected).
> *models/menu.py*
> response.menu = [
> (T('Menu'), False, URL('default', 'index'), [
> (T('Sub Menu 1'), False, URL('default', 'index'), [
> (T('Sub Menu 2'), False, URL('default', 'index'), []),
> ]),
> ]),
> ]
>
> *result in html browser*
> <ul class="dropdown-menu">
> <li class="dropdown-submenu">
> <a href="/test/default/index">Sub Menu 1</a>
> <ul class="dropdown-menu">
> <li>
> <a href="/test/default/index">Sub Menu 2</a>
> </li>
> </ul>
> </li>
> </ul>
>
> how can i have the sub sub menu in web2py newest version? the previous
> version (bootstrap 2) is worked as expected
>
> thanks and best regards,
> stifan
>
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.