Property Name
|
Description
|
Base Type
|
Default Value
|
Bindable? (Y/N)
|
Localizable? (Y/N)
|
---|---|---|---|---|---|
CustomClass
|
User defined CSS class to apply to the top div of the widget. Multiple classes can be entered, separated by a space.
|
STRING
|
n/a
|
Y
|
N
|
Data
|
Tag data bound to widget
|
INFOTABLE
|
n/a
|
Y
|
N
|
MaxFontSize
|
Size of the largest tag in the cloud (in CSS em length). Scales down all other tags from this size.
|
NUMBER
|
4
|
N
|
N
|
DisplayToolTip
|
Enables the display of a tool tip over each tag link
|
BOOLEAN
|
false
|
N
|
N
|
ToolTipField
|
The infotable field that represents the tool tip value if DisplayToolTip is selected/true. Requires the Data property to be bound.
|
FIELDNAME
|
count
|
N
|
N
|
TagStateStyle
|
Sets the style of the rendered tags based on a formatted state or specified style.
By default, the Tag Cloud styles the tag links based on their count (the higher the count, the larger the font). You can apply a style to the tag links based on another data value for each tag (state formatting) or apply a style across all tags. For example, a State Formatter is applied to the tag cloud data to format links with counts greater than 40 to red and bold, while links with counts less than 40 are black and italic.
|
STATEFORMATTING
|
n/a
|
N
|
N
|
TagNameField
|
The infotable field that represents the tag value. Requires the Data property to be bound.
|
FIELDNAME
|
n/a
|
N
|
N
|
TagCountField
|
The infotable field which represents the tag count. Requires the Data property to be bound.
|
FIELDNAME
|
n/a
|
N
|
N
|
Title
|
Title for the tag cloud
|
STRING
|
n/a
|
Y
|
Y
|