tagCloud - Tag Cloud

Displays a tag cloud based on entries in a categorized view.

Category

Extension Library

Syntax

<xe:tagCloud attributes>content</xe:tagCloud>
Table 1. Essential properties
Property Description
id Defaults to tagCloud1, tagCloud2, and so on.
alternateText Specifies hover text for cloud tags where {0} means the number of entries for that tag.
sliderVisible Specifies whether the slider is visible.
cloudData Defines a data source.
Table 2. All properties
Category Properties
accessibility ariaLabel
basics alternateText, binding, id, loaded, rendered, rendererType, sliderVisible
data cloudData
styling disableTheme, themeId

Examples

This example displays a tag cloud.
<xe:tagCloud rendererType="com.ibm.xsp.extlib.OneUITagCloud"
	alternateText="{0} Entries" sliderVisible="true">
	<xe:this.cloudData>
		<xe:dominoViewCloudData cacheMode="auto"
			cacheRefreshInterval="120" viewName="AuthorCloud"
			maxTagLimit="25" linkMetaSeparator="~"
			linkTargetPage="/Domino_ViewUserProfile.xsp"
			linkRequestParam="name">
		</xe:dominoViewCloudData>
	</xe:this.cloudData>
</xe:tagCloud>

Usage

This control is not recommended for use on mobile if adhering to the latest accessibility standards. The recommended accessible path is to use an alternative approach to achieve the same functional behavior.