CategoryFilter Tag Use

Used In

HTML Layout Pages and Page Templates

Code Generation Tag Attributes

Attribute

Required

Description

Name

Yes

The name of this tag.  This name must be unique within the file and cannot contain spaces.

Type

Yes

The type of information to display.  The following two types are supported:

Path

Displays the navigation path for the current set of records displayed.

SubCategory

The application user can select from a list of choices displayed in the dropdown list.

Examples

  <tr>
    <td>
     <GEN:CategoryFilter Name=”ProductsCategoryFilter” Type=”Path”/>
     <GEN:CategoryFilter Name=”ProductsSubCategoryFilter” Type=”SubCategory”/>
    </td>
  </tr>

See Also

CategoryFilter Tag