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

Compare with Current View Page History

« Previous Version 7 Current »

Use the <category> tag to display portal categories and items structure. It can interact with other widgets, for example, the <breadcrumbs> or <sidemenu> widgets.

Available attributes:

Attribute

Type

Mandatory

Description

classStringNSpecify the CSS class name defined in the CSS field of the widget.
nodeIdStringNDefine the portal node ID.
categorySubjectStringY

Specify a column that contains category titles.

categoryDescriptionStringYSpecify a column that contains category descriptions. 
itemSubjectStringYSpecify a column that contains item titles.
itemDescriptionStringYSpecify a column that contains item descriptions.
categoryIconStringNSpecify a column that contains category icons.
itemIconStringNSpecify a column that contains item icons.

Example:

category
<Category nodeId="158766114011088368" categorySubject="name" categoryDescription="short_description" itemDescription="vendor" itemSubject="city" itemIcon="icons"></Category>


  • No labels