想获得 已知节点的坐标,试了 node.getPosition() 不行
大家是用的什么方法呢
收起
Ext.get(node.getUI().getEl()).getXY(); 获取X Y坐标
报告相同问题?