You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/tagcloud/getting-started.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,15 @@ position: 2
16
16
17
17
**Synopsis:** The following tutorial demonstrates how to set up a page with **RadTagCloud** and manually populate the control with keywords. The walk-through will also show how to sort the items alphabetically in ascending order.
18
18
19
-
1.Add a RadTagCloud control in the default page of a new ASP.NET AJAX-enabled Web Application.
19
+
Add a RadTagCloud control in the default page of a new ASP.NET AJAX-enabled Web Application.
20
20
21
21

22
22
23
-
1.In the Source view of the .aspx page, find the definition of the TagCloud, and add the `<Items></Items>` inner property.
23
+
In the Source view of the .aspx page, find the definition of the TagCloud, and add the `<Items></Items>` inner property.
24
24
25
-
1.Add the following list of items between the opening and the closing tag of the `<Items>` property. Every item represents a country, with the Weight of the item equal representing the millions of people living there, and the NavigateUrl pointing to the country's Wikipedia article
25
+
Add the following list of items between the opening and the closing tag of the `<Items>` property. Every item represents a country, with the Weight of the item equal representing the millions of people living there, and the NavigateUrl pointing to the country's Wikipedia article
0 commit comments