Web 应用程序的树形视图
导航和管理层次结构的替代方案有哪些?是否确实有比树视图更好的方法,或者古老的树视图确实是解决问题的最佳方法?有没有人有任何良好实施的树视图的链接?即,那些可能不尝试模仿操作系统树视图的人?对此的任何见解或潜在替代解决方案的链接将不胜感激。
what are the alternatives for navigating and managing hierarchies? Is there indeed a better way than a tree-view, or is the venerable tree-view truly the best solution to the problem? Has anyone got any links to any well implemented tree-views; i.e., those that perhaps don't try and mimic an OS tree-view? Any insight on this, or links to potential alternative solutions, would be most appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为基于相同类型的放大/缩小功能 prezi 的想法将是一个非常好的方法遍历一棵树,虽然我不知道如何实现它。
I think an idea based on the same kind of zoom-in/zoom-out features prezi would be a really nice way to traverse a tree, although I have no idea how to implement it.
在某些情况下,用户可以很好地理解传统的组织结构图。请参阅这个问题,以及SpaceTrees 位于 thejit.org。
In some instances, a traditional organization chart is well understood by users. See this SO question, and SpaceTrees at thejit.org.