refreshTab(name)

Refreshes the specified tab page. If the tab has its own restriction (set using setTabRestriction() method), it is applied. Otherwise, the "global" restriction is applied.

Parameters:

  • name (String): tab name;


Example:

var tabPanel = View.panels.get('tabs');
tabPanel.refreshTab('page2');