|
13 | 13 | <Nodes> |
14 | 14 |
|
15 | 15 | <TreeNode Text="Home" NavigateUrl="/"> |
16 | | - <TreeNode Text="Utility Features"> |
17 | | - <TreeNode Text="ID Rendering" NavigateUrl="/ControlSamples/IDRendering" /> |
18 | | - </TreeNode> |
19 | 16 | <TreeNode Text="Editor Components"> |
20 | 17 | <TreeNode Text="AdRotator" NavigateUrl="/ControlSamples/AdRotator" /> |
21 | 18 | <TreeNode Text="BulletedList" NavigateUrl="/ControlSamples/BulletedList" /> |
22 | | - <TreeNode Text="Calendar" NavigateUrl="/ControlSamples/Calendar" /> |
23 | 19 | <TreeNode Text="Button" NavigateUrl="/ControlSamples/Button"> |
24 | 20 | <TreeNode Text="JavaScript Click" NavigateUrl="/ControlSamples/Button/JavaScript" /> |
25 | 21 | <TreeNode Text="Style" NavigateUrl="/ControlSamples/Button/Style" /> |
26 | 22 | </TreeNode> |
| 23 | + <TreeNode Text="Calendar" NavigateUrl="/ControlSamples/Calendar" /> |
27 | 24 | <TreeNode Text="CheckBox" NavigateUrl="/ControlSamples/CheckBox"> |
28 | 25 | <TreeNode Text="Events" NavigateUrl="/ControlSamples/CheckBox/Events" /> |
29 | 26 | <TreeNode Text="Style" NavigateUrl="/ControlSamples/CheckBox/Style" /> |
30 | 27 | </TreeNode> |
31 | 28 | <TreeNode Text="DropDownList" NavigateUrl="/ControlSamples/DropDownList" /> |
32 | 29 | <TreeNode Text="FileUpload" NavigateUrl="/ControlSamples/FileUpload" /> |
33 | 30 | <TreeNode Text="HiddenField" NavigateUrl="/ControlSamples/HiddenField" /> |
| 31 | + <TreeNode Text="HyperLink" NavigateUrl="/ControlSamples/HyperLink" /> |
34 | 32 | <TreeNode Text="Image" NavigateUrl="/ControlSamples/Image" /> |
35 | | - <TreeNode Text="ImageMap" NavigateUrl="/ControlSamples/ImageMap" /> |
36 | 33 | <TreeNode Text="LinkButton" NavigateUrl="/ControlSamples/LinkButton"> |
37 | 34 | <TreeNode Text="JavaScript Click" NavigateUrl="/ControlSamples/LinkButton/JavaScript" /> |
38 | 35 | </TreeNode> |
39 | | - <TreeNode Text="HyperLink" NavigateUrl="/ControlSamples/HyperLink" /> |
40 | 36 | <TreeNode Text="Literal" NavigateUrl="/ControlSamples/Literal" /> |
41 | 37 | <TreeNode Text="Localize" NavigateUrl="/ControlSamples/Localize" /> |
42 | 38 | <TreeNode Text="MultiView" NavigateUrl="/ControlSamples/MultiView" /> |
|
104 | 100 |
|
105 | 101 | <TreeNode Text="Navigation Components"> |
106 | 102 |
|
| 103 | + <TreeNode Text="ImageMap" NavigateUrl="/ControlSamples/ImageMap" /> |
| 104 | + |
107 | 105 | <TreeNode Text="Menu" NavigateUrl="/ControlSamples/Menu" Expanded="false"> |
108 | 106 | <TreeNode Text="Databinding Sitemap" NavigateUrl="/ControlSamples/Menu/DatabindingSitemap" /> |
109 | 107 | </TreeNode> |
|
140 | 138 | </TreeNode> |
141 | 139 |
|
142 | 140 | <TreeNode Text="Utility Features"> |
| 141 | + <TreeNode Text="ID Rendering" NavigateUrl="/ControlSamples/IDRendering" /> |
143 | 142 | <TreeNode Text="PageService" NavigateUrl="/UtilityFeatures/PageService"></TreeNode> |
144 | 143 | </TreeNode> |
145 | 144 | <TreeNode Text="Migration Guides"> |
|
0 commit comments