New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

TagCloudItem Object

You can find in this help article information how to get the RadTagCloudItem client-side object and use its properties and methods.

You can get instance of the RadTagCloudItem client-side object using the appropriate methods of the RadTagCould object (e.g., via the get_items() method).

Methods

NameParametersReturn TypeDescription
createAnchorObjectCreates an anchor element inside the item's container and returns its instance.
get_accessKeyStringReturns the accessKey attribute's value of the item's anchor element.
get_anchorElementObjectReturns the item's anchor element. If one does not exist, it will be created automatically.
get_indexNumberReturns the index of the RadTagCloudItem.
get_navigateUrlStringReturns the value set to the NavigateUrl property.
get_rowIndexNumberReturns the index of the item's row.
get_tabIndexNumberReturns the value set to the TabIndex property.
get_textStringReturns the Text of the item.
get_toolTipStringReturns the text set to the item's Tooltip property.
get_valueStringReturns the value set to the Value property.
get_weightNumberReturns the weight indicator.
set_accessKeyStringSets the accessKey attribute of the item's anchor element.
set_navigateUrlStringSets the NavigateUrl property of the item.
set_tabIndexNumberSets the TabIndex property of the item.
set_textStringSets the text of the item.
set_toolTipStringSets the tooltip text of the item.
set_valueStringSets the value of the item.
set_weightNumberSets the weight indicator of the item.

See Also

In this article
MethodsSee Also
Not finding the help you need?
Contact Support