[RCD] Client side modification of messagelist columns content

Roland Liebl roland at roland-liebl.de
Mon Sep 12 08:32:45 CEST 2011


Hi all,

I need some help to modify the html content of messagelist columns.

Basically it is easy by using jquery:

     $('#messagelist tbody tr td').each(function(){
       var elem = $(this);
       elem.html('modified content');
     });

Unfortunately I loose event bindings when doing that. I think there are
modifications in app.js necessary (using jquery .live() for event 
binding?).
When looking into app.js(.src) I'm lost due to my limited javascript 
skills.

Any hints?

Regards,

_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80



More information about the Dev mailing list