如何在 aspx 中显示 sitecore 树列表作为控件
sitecore 中有一个非常酷的树列表类型。
我如何像控件一样使用它并将其设置在我的 asp.net 页面中?
还需要知道如何设置该控件的源,并且还需要获取用户选择的内容。
There is an very cool tree list type in sitecore.
how could i use it like a control and set it in my asp.net page?
Also need to know how to set the source of that control and also need to get what user selected.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想要 Sitecore 用来构建自定义树列表的控件,您应该考虑获取 Telerik 控件的许可证。 Sitecore 主要使用 Telerik 控件来获取后端的 UI。
他们使用 RadTreeList 作为内容树。
http://demos.telerik.com/aspnet-ajax/treelist /examples/overview/defaultcs.aspx
您在问题中提出的任何其他问题都将在 Telerik 演示环境中得到解答。
If you want the control Sitecore is using to build a custom Treelist you should consider getting a license for Telerik controls. Sitecore uses mostly Telerik controls to get the UI they have on the backend.
They use the RadTreeList for their content tree.
http://demos.telerik.com/aspnet-ajax/treelist/examples/overview/defaultcs.aspx
Any additional questiom you've asked in your question are answered on the Telerik demo environment.