wf-core:getTagCloud

Generates tag cloud.

Syntax
<wf-core:getTagCloud
   id="..."
   max="..."?
   minimumFrequency="..."?
   sortCriteria="..."
   sortOrder="..."?
   tagStructureName="...">
   ...
</wf-core:getTagCloud>
Attributes
id, mandatory

Result is returned via this attribute.

tagStructureName, mandatory

The name of the tag structure

sortCriteria, mandatory

Sort criteria for the tag cloud, allowed values arealphabetical, ranking, andrandom.

sortOrder

Sort order for the tag cloud, allowed values are ascending and descending.

max

Maximum number of tags to be included.

minimumFrequency

Minimum frequency count for each tag.