On Fri, Nov 20, 2009 at 8:15 AM, Gunnar Eketrapp
<gunnar.eketr...@gmail.com>wrote:

> Hi!
>
> I would like to call a javascript method when an action link is clicked.
>
> Can that be done?
>
> I.e. is there any way to addd som javascript to a actionlink,
>
> Thanks in advance,
> Gunnar Eketrapp
>


I use the following code for a popup box from an event link:

<a t:type="eventLink" t:event="removePendingPath" href="Details"
class="actionLink" onclick="return
self.confirm('${message:confirm-remove-apath}')">

it should work even for an actionLink!

regards,
mario

Reply via email to