This documentation relates to an earlier version of Bamboo.
View

Unknown macro: {spacejump}

or visit the current documentation home.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Description

The WebSection module is used to provide a section or grouping of Web Item Module.

Currently, Web Sections are used to group Web Items for the Administration Menu, Plan Sub Menu, Results Sub Menu

Sample Module Descriptor Element

<web-section key="builds" name="Builds" location="system.admin" weight="100">
  <label key="websections.system.admin.build"/>
  <icon height="16" width="16">
    <link>/images/icons/icon_spanner.gif</link>
  </icon>
</web-section>

Notes

The section is only displayed on the Administration Menu but it is required for all locations as Bamboo uses it to place the web items.

Which menu the item gets placed in is determined by the location attribute.
The following table indicates the location attribute required for each menu:

Menu

Location

Administration Menu

system.admin

Plan Sub Men

build.subMenu

Build Results Sub menu

results.subMenu




RELATED TOPICS


Bamboo Documentation

  • No labels