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.
我需要将当前具有焦点的节点存储在 yui TreeView 组件中。我认为会有一种方法可以随时找到哪个节点有焦点,但似乎找不到。
有谁知道这种方法是否存在或建议一种方法来做到这一点?
提前致谢,
TreeView 的下一个 (2.7) 版本将具有 TreeView.currentFocus 属性,该属性将指向具有焦点的节点。
在 2.6 中,一种替代方法是使用 Dom getElementsByClassName 并在 HTML 中搜索具有类名“ygtvfocus”的任何元素的树,然后使用 TreeView 方法 getNodeByElement,它应该告诉您它是哪个节点。
将至少返回两个带有焦点 className 的元素,一个是切换图标,另一个是标签。他们中的任何一个都可以,只要记住它是你那里的一个数组。