{
icon: 'images/delete.png',
tooltip: 'Edit',
handler: function(grid, rowIndex, colIndex) {
var edit = Ext.create('AM.view.user.Uploadfile').show();
//here I want to pass parameters to get in window panel
}
}
,我已經寫了,並希望傳遞類似的行id其中點擊窗口面板上的圖標的參數的代碼。從網格面板中EXTJS4
爲什麼有你的處理程序,它的參數?你能詳細說明那個按鈕嗎? – sra
實際上它在網格佈局下,我使用一個按鈕作爲動作列。我想在點擊它到窗口面板時傳遞'id'。 – anupkumar