In a view I have the following link:

<a class="btn btn-primary btn-large">Learn more &raquo;</a>

I would like to put this in an A helper, this doesn't work :

{{=A('Learn more &raquo;',_class="btn btn-primary", 
_onclick="javascript:openwindow('%s','detailswindow',1028,576)"%URL('details',args=[row.Organization.nodeID]))}}

'Learn more &raquo;' is displayed as is. I thought this would do the trick:

'Learn more' + '%s' %&raquo;

... but it doesn't. What is the correct syntax to generate this link.


Kind regards,

Annet


Kind regards,

Annet

Reply via email to