Roundcube Community Forum

 

Event after select row in messagelist

Started by unicorn, April 08, 2011, 06:27:03 AM

Previous topic - Next topic

unicorn

Is in RC JS event after select row in messagelist?

JohnDoh

there is a select event, is that what you mean? you can do something like

rcmail.message_list.addEventListener('select', function() { blah });
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

unicorn

Quote from: JohnDoh;34196there is a select event, is that what you mean? you can do something like

rcmail.message_list.addEventListener('select', function() { blah });

Thanks a lot, this is what I need.

xiaowenlove