El jueves, 22 de noviembre de 2012 10:39:16 UTC-3, Pradeeshnarayan escribió: > > Is there any way to specify the target while creating menu. > My requirement is, some menu I wanted to open in a new window. >
can use A:
menu.append(['Test', False,
A('Test', _href=URL('controller', 'function'), _target='_blank'),
[]])
Jose
--

