Re: [Lift] Accessing innerHTML during bind?

2010-02-03 Thread David Pollak
On Wed, Feb 3, 2010 at 12:44 PM, Tim Maxwell wrote: > Hi folks, > > I am trying to do binds based on a list of products. The point is to > create links that can be wrapped around existing text or images. > Something like this: > > This is the link text our marketing dept. > creates > > Here's wha

[Lift] Accessing innerHTML during bind?

2010-02-03 Thread Tim Maxwell
Hi folks, I am trying to do binds based on a list of products. The point is to create links that can be wrapped around existing text or images. Something like this: This is the link text our marketing dept. creates Here's what I have so far in the snippet related to it: def links(html:NodeSeq)