View Single Post
  #2 (permalink)  
Old 02-18-2009, 02:27 PM
rrao rrao is offline
Zimbra Employee
 
Posts: 187
Default

Quote:
Originally Posted by ohm_g7 View Post
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) {
	}
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote