>>  {jsonCall("pressed", JsRaw("event.which")).toJsCmd}
>
> How about:
>
> onkeypress={"processKeyPress(function(a) {"+jsonCall("pressed",
> JsRaw("a")).toJsCmd+"})"}
>
> This will pass a function to the processKeyPress method.  If you want to
> send the message, you call the function with the value to send to the
> server.
>

Of course. The old wrap it in another function trick. I need to get more sleep.
Thanks for your help and patience on this.

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

Reply via email to