Quote:
Originally Posted by ohm_g7 I create zimlet and I want to use some function of zimbra.
I want to call function checkMail like you click Get Mail button.
Anyone know what's code I need to put in my java script file.
thank you for reply. |
you can do something like..
Code:
try {
var q = appCtxt.getSearchController().currentSearch.query;
appCtxt.getSearchController().search({query:q});
} catch(e) {
}