<home>
.
.
.
<categoriesWidget >
|
Only one instance of this widget can be defined.
A maximum of 20 categories can be defined.
Enable the widget by setting
"enabled=true".
Disable the widget by setting
"enabled=false"
Specify:
- A numeric value for category displayOrder to indicate
the order in which the attributes should be displayed. This is mandatory.
- The numeric value of the top-level parent category id for "id".
This is mandatory.
- An appropriate category name for "name". This is mandatory.
The name of the category given in the KB Admin control panel will not be used
- The filename of a graphic that gives a visual identity for the
category. This is an optional entry. If you wish to use it, provide the file
name only, you need not specify the path.
- Ensure that the size (height and width) of the images for each
category are of the same dimensions to maintain a uniform and neat display on
the portal.
|
<categoriesWidget enabled="true">
<category displayOrder="2">
<id>1026</id>
<name>BILLING</name>
<image>icon3.png</image>
</category>
<category displayOrder="1"
<id>1027</id>
<name>Bus Prod</name>
<image>icon4.png</image>
</category>
</categoriesWidget>
|