关于extjs4如何获取grid修改后的数据的问题
更新时间:2013年08月07日 16:45:03 作者:
如何获取grid修改后的数据问题,下面是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
相关文章
extjs关于treePanel+chekBox全部选中以及清空选中问题探讨
treePanel+chekBox全部选中以及清空选中,想必大家在学习使用过程中都见过这种效果吧,接下来为大家详细介绍下实现过程及细节,感兴趣的朋友可以参考下哈2013-04-04Extjs Ext.MessageBox.confirm 确认对话框详解
显示一个确认对话框,用来代替JavaScript标准的confirm()方法,具有两个按钮“是”和“否”如果为其提供一个回调函数,则该函数将在单击按钮后被调用(包括右上角的推出按钮),所单击按钮的id将被作为唯一的参数传递到回调函数中。2010-04-04Extjs中的GridPanel隐藏列会显示在menuDisabled中解决方法
在Extjs中的GridPanel会有这样的情况,隐藏列会显示在menuDisabled中,但是这个一般没有什么用处,只是用于后台取值的作用,感兴趣的朋友可以了解下啊,希望本文对你有所帮助2013-01-01解决Extjs4中form表单提交后无法进入success函数问题
form表单提交后无法进入success函数的问题,很是常见,下面有个不错的解决方法,感兴趣的朋友可以参考下2013-11-11
最新评论