keywordTab Element

Applies To: Windows 7, Windows Server 2008, Windows Server 2008 R2, Windows Vista

The keywordTab element defines a tab that groups products together in the Web PI interface, such as the Web Applications tab.

Schema Hierarchy

feed Element
  groupings Element

Syntax

<keywordTab>
  <id>TabIDName</id>
  <name resourceName="Tab_TabIDName_Name">Name displayed in the Web PI</name>
  <description resourceName="Tab_TabIDName_Description">Description of the tab displayed in the Web PI:</description>
  <keywords>
    <keywordId>Blogs</keywordId>
    <keywordId>ContentMgmt</keywordId>
    <keywordId>Galleries</keywordId>
    <keywordId>Wiki</keywordId>
  </keywords>
</keywordTab>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

Element Description

id

Specifies the ID associated with the tab.

name

Specifies the name of the tab that is displayed in the Web PI interface.

description

Specifies the description for the tab that is displayed in the Web PI interface.

keywords

Contains one or more child keyword elements. Each keyword element defines a tab displayed under the parent tab in the Web PI interface. When one The tabs defined by using a keyword element group products together

Parent Elements

Element Description

tab

Defines a tab displayed in the Web PI interface.