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.
我在 extjs4 工作。我创建了树形面板视图为-
我想在单击提交按钮时捕获所选树节点的 ID。那么如何在单击提交按钮时在 extjs4 的控制器中捕获这些多个选定的树节点?
如果您需要获取所有已检查的节点,请使用getChecked()。这是获取检查节点的示例。