gpt4 book ai didi

javascript - 如何访问网格中的collapseTool的ID?

转载 作者:行者123 更新时间:2023-12-03 03:07:11 25 4
gpt4 key购买 nike

我正在尝试访问网格中 collapseTool 的 ID,但运气不佳。这是我简单地控制网格时控制台的图片。

console.log(grid);

enter image description here

我想获取 ID tool-1782

我已经尝试过:

 console.log(grid.collapseTool) 

但它打印

undefined

我正在使用一个内部有网格的 Accordion ,我想获取每个折叠按钮的 id。

示例:

 1) Id of first button: tool-1782
2) Id of second button: tool-1783
3) Id of third button: tool-1784
4) Id of fourth button: tool-1785
......
....

这是我的 Accordion 的照片。

enter image description here

有谁知道如何访问网格中的collapseTool的id?预先感谢您!

最佳答案

I have used same console.log(grid.collapseTool.getId()) it is working fine.

你在这里查看我的sencha fiddle演示。

在这里,您还可以查看how-to-have-reference-to-an-accordin-in-extjs? .

关于javascript - 如何访问网格中的collapseTool的ID?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47115108/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com