hi all
i am trying create a zimlet which will help get control on a selected text inside the message body .
1. i know how to get the message body controller using
XXX.prototype.onMsgView = function(msg, oldMsg){}
but am unable to process the text selected inside this opened mail .
2. once i get the control , i would like to either crt a custom context menu[ie a right click menu ] on this selected text or just clk the zimlet panel/toolbar button to process this selected text .
I am only stuck with point 1.
please help .. !!
