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.
グリッドパネルには値があります。グリッド値をクリックすると、グリッド値に関連するデータを含む同じグリッドパネルの新しいタブで開く必要があります
私があなたを正しくフォローしている場合は、あなたの中でitemclick:function(){}このコードを試して新しいタブを開くことができます
itemclick:function(){}
Ext.getCmp('tabpanel_id').add({ title: 'New Tab', layout:'fit', closable: true, items:[ //stuff inside tab panel ] }).show();