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.
是否可以在 Dynatree 中定义最大节点级别?或者,如何定义树中节点的最大深度?
提前Tnx!
没有办法在一开始就定义它。
您可以使用node.getLevel()来检查预定的最大水平。如果达到最大值,则不允许从该节点创建新的子节点。
node.getLevel()