[web2py] Re: response.menu URLs

2013-05-08 Thread Monte Milanuk
Dang... I'd looked at that section of the manual, and I'd compared my code with the example from the text I'm working out of and I would have sworn that it was identical and correct. Heck, it took me a few passes to pick up what was missing even in your example. Guess that happens when you kee

[web2py] Re: response.menu URLs

2013-05-07 Thread 黄祥
please check the book on : http://web2py.com/books/default/chapter/29/05?search=menu#Page-layout response.menu menu is a list of 3-tuples or 4-tuples. The three elements are: the link name, a boolean representing whether the link is active (is the current link), and the URL of the linked page. F