I have a textarea in which I process onKeyUp and onKeyDown commands. The handlers for such things are custom javascript. I would like to invoke functions in a Comet LiftActor / ListenerManager via these custom javascript functions. Is there documentation on the recommended way to do so?
It looks like I will have to define the functions within a render call and use the SHtml.ajaxCall function, since the destination url is randomized. I am just wondering what would be the idiomatic way to do this. This is for a chat style app which processes/distributes data by the keystroke rather than by a line/post command. I'm open to any ideas / alternate suggestions. Thanks, Rick -- 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.
