Quote:
Originally Posted by yuelu 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)