Add a new Section

Add a new Section includes the addition of a new section, the Workspace Section, refer to User Interface Element 4 in Introduction.

Figure 1. SimpleApp app
        <ac:application
  id="SimpleApp"
  logo="SimpleApp.logo"
  title="SimpleApp.title"
  subtitle="SimpleApp.subtitle"
  user-message="SimpleApp.UserMessage">

  <ac:application-menu>
    <ac:preferences title="preferences.title"/>
    <ac:help title="help.title"/>
    <ac:logout title="logout.title"/>
  </ac:application-menu>

  <ac:section-ref id="SimpleAppHomeSection"/>
        <ac:section-ref id="SimpleAppWorkspaceSection"/>
        </ac:application>

This section is defined in the SimpleAppWorkspaceSection.sec file, detailed in Add a new Section. The difference between this section and the previously defined section is the addition of a shortcut panel, refer to User Interface Element 1 in Introduction. This is accomplished through the addition of the shortcut-panel-ref element.

SimpleWorkspaceSection.sec defines a structure with two tabs, the contents of which will be defined in the next chapter.

Figure 2. SimpleAppWorkspaceSection.sec
<sc:section
  id="SimpleAppWorkspaceSection"
  title="Section.Home.Title">

  <sc:shortcut-panel-ref id="SimpleShortcutPanel"/>

  <sc:tab id="SimpleSearch"/>
  <sc:tab id="SimplePerson"/>

</sc:section>

The corresponding .properties should contain the localizable content for the section:

Section.Home.Title=Workspace