View Single Post
  #5 (permalink)  
Old 02-17-2009, 03:58 PM
rrao rrao is offline
Zimbra Employee
 
Posts: 187
Default

Quote:
Originally Posted by yuelu View Post
var controller = appCtxt.getCurrentController();
controller._refreshAction(false);
works only if the user is in calendar tab. How to refresh the calendar view when user is not in calendar tab? Thanks.
you can do something like..

Code:
if(this._calController == undefined)
 this._calController = AjxDispatcher.run("GetCalController");

 this._calController._refreshAction(false)
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote