Skip to content

TWebJQXTagCloud

Description

Below is a list of the most important properties methods and events for TWebJQXTagCloud. Represents a control that displays a collection of pre-defined tags. Each tag has a weight value which corresponds with the size of the displayed tag. Tags can also be sorted based on weight or name.

Designtime Runtime

HTML template tag

The HTML tag the component can be associated with in an HTML template. Assign the ID attribute with a unique value and set the identical value to the ElementID property. Detailed information can be found in the Use of HTML templates topic.

HTML tag <DIV ID=”UniqueID”></DIV>
ElementID UniqueID

Properties for TWebJQXTagCloud

Property Description
DisplayLimit Sets the maximum number of items displayed
DisplayTopWeighted Sets
DisplayMaxValue Hides items with a value higher than the maximum value
DisplayMinValue Hides items with a value lower than the minimum value
Items
MaxColor Sets the text color of the items with the highest value. Together with the MinColor value, tags with will be colored with gradient colors between MinColor and MaxColor
MinColor Sets the text color of the items with the lowest value. Together with the MaxColor value, tags with will be colored with gradient colors between MinColor and MaxColor
MaxFontSize Sets the maximum font size of the items with the highest value
MinFontSize Sets the minimum font size of the items with the lowest value
SortBy Sets how the items are sorted. Options are: None (original order), Label or Value
SortOrder Sets if the items are ordered ascending or descending if SortBy is different from None
TextCase Sets the text case of the items. Options are: Original, UpperCase, LowerCase, FirstUpper, CamelCase
Theme Sets the name of the theme that is used to display the control

Events for TWebJQXTagCloud

Property Description
OnClick Event triggered when a tag is clicked