View Single Post
  #4 (permalink)  
Old 02-17-2009, 01:03 PM
yuelu yuelu is offline
Starter Member
 
Posts: 2
Default how to refresh calendar view when the user is not in calendar tab

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.
Reply With Quote