CMS Navigation Tag Cloud Web Part
The CMS Navigation Tag Cloud Web Part displays tagged pages in a tag cloud. The font size associated with each tag is based on the number of pages tagged.
Pages are tagged in the
Navigation Xml file.
<Link>
<Text>Jazz Notes</Text>
<Url>~/help/jazznotes.aspx</Url>
<ToolTip>help for Jazz Notes Model</ToolTip>
<MenuName>Jazz Models help</MenuName>
<Tags>Data,Notes</Tags>
</Link>
Access
This Web Part is added to a page from the
CMS Navigation Library.
Edit Properties
Custom Edit properties include:
- Xml File for the Link List: the path to the navigation file for the site.
- Menu Name: an optional semi-colon delimited list of menu names used for the site. If not blank, then tags are collected from pages associated with these menu names.
- Tag Navigation Url: the page to navigate to when a tag is clicked. The page navigated to should contain a Tagged Pages Web Part.
- Common COR Edit Features