Lifted,

Suppose i've got the following fragment of lift tags

<lift:surround with="default" at="content">
  <!-- Begin Easy Widgets plugin HTML markup -->

  <div>

   <a onclick="AddWidget('widget1.html'); return false"
    href="#" title="Add an activity" align="right">+ Create an activity</a>

  </div>
  ...
</lift:surround>

and i want the onclick to call into a lift snippet instead of my jQuery
function, AddWidget, as it does above. How would i rewrite the anchor tag?

Best wishes,

--greg

-- 
L.G. Meredith
Managing Partner
Biosimilarity LLC
806 55th St NE
Seattle, WA 98105

+1 206.650.3740

http://biosimilarity.blogspot.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to