uklance / tapestry-cometd

A push library for Tapestry5 based on CometD
17 stars 3 forks source link

Push event update options #19

Closed uklance closed 12 years ago

uklance commented 12 years ago

Let the user decide what to do when a push message is delivered. Default options to REPLACE, PREPEND and APPEND. Possibility to provide a user-defined update function.

http://api.jquery.com/prependTo/ http://api.jquery.com/appendTo/