[Lift] Submit form on enter in textarea

2010-02-08 Thread Heiko Seeberger
Hi folks, this time *with* body and hopefully quite understandable: What's the most clever way to submit a (AJAX)form when ENTER is hit in a textarea? Thanks, Heiko -- Heiko Seeberger Work: weiglewilczek.com Blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala:

Re: [Lift] Submit form on enter in textarea

2010-02-08 Thread Timothy Perrett
In a textarea?!! Why on earth would you want to do that? I would imagine that you would need to use some kind of JQuery event binding that subsequently triggered an XHR form submit; you'd have to implement this as a JSON form on the server side id imagine though as im not sure how you'd hook