see https://groups.google.com/d/msg/web2py/Jc2qOVJ-Zws/yLzKdWb-y3cJ
Il giorno mercoledì 19 settembre 2012 17:55:09 UTC+2, lyn2py ha scritto:
>
> Hi guys,
>
> This is a typical code
> response.menu = [
> (T('Home'), False, URL('default','index'), [])
> ]
>
> I would like to ask, what does the 2nd arg, "False" actually refer to?
> I tried changing it to True but it didn't seem to have any effect on the
> menu.
> I tried a quick search on the manual and the groups, but didn't manage to
> find out.
>
> Thanks for the quick help!
>
--