Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有一个由节点组成的有根树。每个节点都包含一些数据。我想允许用户在树中移动,而(部分)视图显示当前节点的数据并允许用户前后移动(仅当节点不是根节点时才返回,仅当节点是不是终端节点)。
每次移动都会回发整个树以及当前节点(可能是 ajaxified)。
我只是想知道是否有人实现了类似的场景,如果是这样,我将不胜感激。非常感谢。
I am still not sure exactly on the requirements, but perhaps this is what you are looking for:
wizard forms in mvc