tagCloud - 태그 클라우드

분류된 보기에서 항목에 따라 태그 클라우드를 표시합니다.

카테고리

확장 라이브러리

구문

<xe:tagCloud attributes>content</xe:tagCloud>
표 1. 필수 특성
특성 설명
id 기본값 tagCloud1, tagCloud2 등을 지정합니다.
alternateText 클라우드 태그의 풍선 텍스트를 지정합니다. 여기서 {0}의 값은 해당 태그의 항목 수를 의미합니다.
sliderVisible 슬라이더 표시 여부를 지정합니다.
cloudData 데이터 소스를 정의합니다.
표 2. 모든 특성
카테고리 특성
기본사항 alternateText, binding, id, loaded, rendered, rendererType, sliderVisible
데이터 cloudData
스타일 disableTheme, themeId

예제

이 예제는 태그 클라우드를 표시합니다.
<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>

추가 문서 | 상표 |