I guess we can modify MENU so that is we pass a fifth argument, it will be used for _onclick
On Nov 3, 4:43 pm, "Martin.Mulone" <mulone.mar...@gmail.com> wrote: > I want to pass to classical menu > > response.menu = [ > (T('Home'), False, URL(request.application,'default','index'),'', > []) > ] > > something like _onclick="" to make an ajax call. I implement myself my > own menu class, but broke the compatibility. There are any way to do > this?, because is very usefull to have this.