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