In a view I have the following link:
<a class="btn btn-primary btn-large">Learn more »</a>
I would like to put this in an A helper, this doesn't work :
{{=A('Learn more »',_class="btn btn-primary",
_onclick="javascript:openwindow('%s','detailswindow',1028,576)"%URL('details',args=[row.Organization.nodeID]))}}
'Learn more »' is displayed as is. I thought this would do the trick:
'Learn more' + '%s' %»
... but it doesn't. What is the correct syntax to generate this link.
Kind regards,
Annet
Kind regards,
Annet