| KaxTagCloud Class |
Namespace: Kettic.AspNet.Controls
The KaxTagCloud type exposes the following members.
| Name | Description | |
|---|---|---|
| KaxTagCloud |
| Name | Description | |
|---|---|---|
| BindToEnumerableData |
Binds the TagCloud to a IEnumerable data source
|
| Name | Description | |
|---|---|---|
| AutoPostBack |
Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control.
| |
| DataNavigateUrlField |
Gets or sets the field of the data source that provides the URL (NavigateUrl) content of the TagCloud items.
| |
| DataTextField |
Gets or sets the field of the data source that provides the text content of the TagCloud items.
| |
| DataWeightField |
Gets or sets the field of the data source that provides the weight of the TagCloud items.
| |
| Distribution |
Gets or sets a value indicating how the font-size will be distributed among the different words.
There is Linear and Logarithmic Distribution.
(Use Kettic.AspNet.Controls.TagCloudDistribution.Linear or Kettic.AspNet.Controls.TagCloudDistribution.Logarithmic)
| |
| Items |
Gets the collection of all TagCloud items currently present in the TagCloud.
| |
| MaxColor |
Gets or sets the fore color to the most important (frequent) item.
| |
| MaxFontSize |
Gets or sets the font-size to the most important (frequent) item.
| |
| MaxNumberOfItems |
Gets or sets the number of visible items in the cloud.
| |
| MinColor |
Gets or sets the fore color to the least important (frequent) item.
| |
| MinFontSize |
Gets or sets the font-size to the least important (frequent) item.
| |
| MinimalWeightAllowed |
Gets or sets the minimal weight a TagCloud item could have.
If the weight of the item is less than this value, the keyword will not appear in the cloud.
| |
| OnClientItemClicked |
The name of the javascript function called after an item is clicked.
| |
| OnClientItemClicking |
The name of the javascript function called when an item is clicked.
| |
| OnClientLoad |
The name of the javascript function when the control loads.
| |
| PostBackUrl |
The URL to post to when an item is clicked.
| |
| RenderItemWeight |
Gets or sets a bool value indicating whether the item weight will be rendered. It is rendered right next to the item's text.
| |
| Sorting |
Gets or sets a value indicating how the TagCloud items will be sorted.
Possible values are alphabetic and weighted sorting in ascending/descending order.
| |
| TakeTopWeightedItems |
Must be used with MaxNumberOfItems property. Gets or sets a bool value indicating whether the [MaxNumberOfItems] visible items will be the ones with the biggest weight, or the ones that occur first in the DataSource. The default value is false. |
| Name | Description | |
|---|---|---|
| ItemClick |
Adds or removes an event handler method from the ItemClick event.
The event is fired after KaxTagCloudItem is clicked.
| |
| ItemDataBound |
Adds or removes an event handler method from the ItemDataBound event.
The event is fried right after KaxTagCloudItem is databound.
|