Extjs6獲取Grid裡的資料 資料來源

2021-09-12 10:09:53 字數 632 閱讀 4208

,,, 

}, , , , ,,,]

}],selmodel: ,

dockeditems: [

, }]

}, ],

listeners:

}

這是個items裡面的grid,在panoramcontroller.js裡寫好方法

var rec =grid.getstore().getat(rowindex);//獲取當前行的物件

rec.get('id')

//get()裡面加上dataindex的值,即可獲取該列的值

第一句鎖定行,第二句鎖定列,獲取某一行某一列的資料,也可以用rec把整個grid提交,但是沒什麼意義

recommendpanoram: function

(grid,rowindex) ,

callback:

function

() },

function

() );

},

posted @

2017-07-27 19:42

rest探路者 閱讀(

...)

編輯收藏

ExtJs6獲取form裡的資料

1.panoramform.js form的items部分 items items editable false buttons 2.panoramformcontroller editpanoram方法 window me.getview 返回本檢視模型 form window.down form...

ExtJS6獲取父子 兄弟容器元素方法

extjs6獲取父子 兄弟容器元素方法 1.當前物件的父物件 上級物件 this.ownerct 2.當前物件的下乙個相鄰的物件 this.nextsibling 3.當前物件的上乙個相鄰的物件 this.previoussibling 4.當前容器中的第乙個子物件 this.get 0 this....

Extjs6 怎麼重寫框架的類

建立乙個覆寫 override 類的推薦方法如下 override ext.panel.panel close function helloworld function 1 首先,為你的應用程式的 overrides 目錄中的 override 類定義乙個合適的命名空間 2 新增 override ...