I have a page displayed by a LiftView where I put some div elements
editable by the user, that is, using the Rangy CSS Class Applier
library (
http://code.google.com/p/rangy/wiki/CSSClassApplierModule),
the user can select subparts of the texts in the div elements, and the
library gives them a class by putting them into span tags.
What I want is to, through a submit button, read back in lift the
modified div elements to ultimately store those modifications.
How can I do this?
I guess I have to use a bind, but I'm not sure how to do it. Also, I
didn't saw any example using a bind or combining a StatefulSnippet
with a LiftView (if this is even possible)
Thanks a mil