Ab.tabs.Tabs Object

File: ab-tabs.js

The Tabs controller is responsible for creating an Ext.TabPanel and attaching it to the view layout manager, holding the Web Central-specific state of the tab control, and handling user actions for the tab control. The Tabs controller is implemented as a Component, so that it can be registered, targeted by commands, and assigned a restriction. However, it is not a visual control. Instead, it routes commands and restrictions to its children tab panels.

Properties

  • workflow :  'free' or 'enforced';
  • tabs : an array of Ab.tab.Tab objects for all tab pages;
  • selectedTabName : name of the selected tab page;
  • tabPanel : Ext.TabPanel;
  • tabRefreshPolicy : when tab page content should be refreshed; 'refreshOnSelect': each page is refreshed when the user selects it (default); 'refreshOnLoad': all pages are refreshed when the view is loaded. Defaults to 'refreshOnSelect'.