[web2py] Re: Dropdown doesn't show on response.menu

2016-05-17 Thread anamarie06431
Thank you. And such a helpful group. Is it a good idea to mix stupid css with bootstrap or other way around or always have to maintain one standard? On Tuesday, May 17, 2016 at 1:33:53 AM UTC-4, Dave S wrote: > > > > On Monday, May 16, 2016 at 8:49:35 PM UTC-7, anamar...@gmail.com wrote: >> >> T

[web2py] Re: Dropdown doesn't show on response.menu

2016-05-16 Thread anamarie06431
Thank you sir, I started to get familiar with layout.html. Are you saying we create a layout using random.html instead? But isn't that all the jqury and link menu will need to be included? Is there a layout available using stupid css? On Monday, May 16, 2016 at 7:32:26 PM UTC-4, Massimo Di Pie

[web2py] Dropdown doesn't show on response.menu

2016-05-14 Thread anamarie06431
Question from a new user. I defined the response.menu as following and the dropdown doesn't show in inventory response.menu = [ (T('Home'), False, URL('default', 'index'), [ (T('shopping'),False,URL('default','make_list')), (T('List'),False,URL('default','store_item')), (T(