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.
我在 ExtJs/ExtReact 中有这棵树,我需要contextMenu在这些新版本中找不到的旧功能,所以我决定实现它。如果您查看演示,您会看到在节点上单击鼠标右键时会触发一个事件(节点变暗)。我需要捕捉该事件并创建一个自定义上下文菜单,但问题是我在事件列表中的任何地方都找不到事件名称。
contextMenu
有任何想法吗?
您正在寻找的itemcontextmenu事件:
itemcontextmenu
小提琴