About RadTagCloud for ASP.NET AJAX
Telerik RadTagCloud for ASP.NET AJAX is a flexible UI component that displays a
collection of user-generated tags accompanying the articles, posts, or videos on
your website. Each tag has weight which corresponds to its popularity, importance
or recurrence on the page. The keywords in the cloud have their own URL which navigates
to a collection of items associated with the relevant tag. The user can easily customize
the appearance of the control, choose the items that will be displayed in the cloud,
their font size and color, sort the tags alphabetically or by weight, in ascending
or descending order.
RadTagCloud and 120+ other controls are part of
UI for ASP.NET AJAX, a comprehensive toolset taking care of the common functionality of your application, while leaving you with more time to work on its business logic.
Key Features
- Distribution - specifies how the font size will be distributed among the items
-
Sorting - specifies in what order the TagCloud items will be listed. By default
they are not sorted
-
Filtering Of The Items - Three properties control the filtering of the items: MinimalWeightAllowed,
MaxNumberOfItems and TakeTopWeightedItems
- MinimalWeightAllowed - specifies the lower bound for the item Weight
-
MaxNumberOfItems - specifies the maximal number of items that can (will) be shown
in the cloud
-
MinFontSize and MaxFontSize - specify the range of the font size, the TagCloud items
could have
* The MinFontSize and MaxFontSize properties accept values of type System.Web.UI.WebControls.Unit. The font-size of the TagCloud items will have the same System.Web.UI.WebControls.UnitType as the one of the properties.