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.

