[web2py] Re: How can I open a page on a new tab?

2014-04-18 Thread csavorgn
Thank you for your answer but I don't understand how I should use the code. Can you explain a bit more? Carlo On Thursday, April 17, 2014 5:26:58 PM UTC+2, Oli wrote: > > > URL('Link for a new tab', _class="btn" , _title=T("in a new tab"), > _href=URL("default","yourcontroller",args=[row.id]),

[web2py] Re: How can I open a page on a new tab?

2014-04-18 Thread csavorgn
Dave, you are right. I want to process the form normally and then, after pressing the button, I would like to get a new tab (also a popup would be fine). Thanks Carlo On Thursday, April 17, 2014 8:21:45 PM UTC+2, Dave S wrote: > > > > On Thursday, April 17, 2014 8:26:58 AM UTC-7, Oli wrote: >>

[web2py] Re: How can I open a page on a new tab?

2014-04-18 Thread csavorgn
Dave, you are right. I want to process the form normally and then, after pressing the button, I would like to get a new tab (also a popup would be fine). Thanks Carlo On Thursday, April 17, 2014 8:21:45 PM UTC+2, Dave S wrote: > > > > On Thursday, April 17, 2014 8:26:58 AM UTC-7, Oli wrote: >>

[web2py] Re: How can I open a page on a new tab?

2014-04-17 Thread Dave S
On Thursday, April 17, 2014 8:26:58 AM UTC-7, Oli wrote: > > > URL('Link for a new tab', _class="btn" , _title=T("in a new tab"), > _href=URL("default","yourcontroller",args=[row.id]), *_target='_blank'*) > I may be missing something, but this looks like it makes a button that when pressed g

[web2py] Re: How can I open a page on a new tab?

2014-04-17 Thread Oli
URL('Link for a new tab', _class="btn" , _title=T("in a new tab"), _href=URL("default","yourcontroller",args=[row.id]), *_target='_blank'*) Am Donnerstag, 17. April 2014 09:41:35 UTC+2 schrieb csavorgn: > Hi, > I'm using a SQLFORM.factory to let the user enter some data and I added a > button