關(guān)于extjs4如何獲取grid修改后的數(shù)據(jù)的問題
更新時間:2013年08月07日 16:45:03 作者:
如何獲取grid修改后的數(shù)據(jù)問題,下面是API的描述??梢垣@取各種值,感興趣的朋友可以參考下
下面是API的描述??梢垣@取各種值。
e : Object
An edit event with the following properties:
•grid - The grid
•record - The record that was edited
•field - The field name that was edited
•value - The value being set
•originalValue - The original value for the field, before the edit.
•row - The grid table row
•column - The grid Column defining the column that was edited.
•rowIdx - The row index that was edited
•colIdx - The column index that was edited
e : Object
An edit event with the following properties:
•grid - The grid
•record - The record that was edited
•field - The field name that was edited
•value - The value being set
•originalValue - The original value for the field, before the edit.
•row - The grid table row
•column - The grid Column defining the column that was edited.
•rowIdx - The row index that was edited
•colIdx - The column index that was edited
相關(guān)文章
extjs關(guān)于treePanel+chekBox全部選中以及清空選中問題探討
treePanel+chekBox全部選中以及清空選中,想必大家在學(xué)習(xí)使用過程中都見過這種效果吧,接下來為大家詳細(xì)介紹下實現(xiàn)過程及細(xì)節(jié),感興趣的朋友可以參考下哈2013-04-04Extjs Ext.MessageBox.confirm 確認(rèn)對話框詳解
顯示一個確認(rèn)對話框,用來代替JavaScript標(biāo)準(zhǔn)的confirm()方法,具有兩個按鈕“是”和“否”如果為其提供一個回調(diào)函數(shù),則該函數(shù)將在單擊按鈕后被調(diào)用(包括右上角的推出按鈕),所單擊按鈕的id將被作為唯一的參數(shù)傳遞到回調(diào)函數(shù)中。2010-04-04EXTJS內(nèi)使用ACTIVEX控件引起崩潰問題的解決方法
在本人目前的項目中,前端部分完全使用EXTJS基于“One-Page”理念搭建。2010-03-03Extjs學(xué)習(xí)筆記之八 繼承和事件基礎(chǔ)
只有有了事件,頁面才能真正的“活”起來。Extjs的事件也是經(jīng)過良好封裝的,對于事件的處理都由Ext.uitl.Observable類提供接口。2010-01-01Extjs中的GridPanel隱藏列會顯示在menuDisabled中解決方法
在Extjs中的GridPanel會有這樣的情況,隱藏列會顯示在menuDisabled中,但是這個一般沒有什么用處,只是用于后臺取值的作用,感興趣的朋友可以了解下啊,希望本文對你有所幫助2013-01-01解決Extjs4中form表單提交后無法進(jìn)入success函數(shù)問題
form表單提交后無法進(jìn)入success函數(shù)的問題,很是常見,下面有個不錯的解決方法,感興趣的朋友可以參考下2013-11-11