Enable the StartMenu and applications in folder tabs

Applications started by a StartMenu can be rendered in folder tabs.

The StartMenu is displayed on the left side of the page. The applications launched are rendered in folder tabs on the right side of the page.


StartMenu applications in folder tabs screenshot

Figure 1. Applications in folder tabs

To enable the feature, add the style 'tabbedContainer' with the value 'yes' on the window in your .4st:
<Style name="Window.main" >
  <StyleAttribute name="startMenuPosition" value="menu" />
  <StyleAttribute name="tabbedContainer" value="yes" />
</Style>

This feature is available for both the HTML5 theme and the AJAX theme.