关于extjs4如何获取grid修改后的数据的问题
时间:2013-08-07 点击:61
下面是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
jQuery在html有效在jsp无效的原因及解决方法
Js日期选择自动填充到输入框(界面漂亮兼容火狐)
Js日期选择器并自动加入到输入框中示例代码
js动态给table添加/删除tr的方法
js动态创建、删除表格示例代码