/**
* 获取列
* @author penglishan
* @date 2012-12-28
*/
getColumn: function(dataIndex, rowIndex){
var grid = this;
var colMode=grid.getColumnModel();
var columnIndex =colMode.findColumnIndex(dataIndex);
var column = colMode.getCellEditor(columnIndex,rowIndex).field;
return column;
}
* 获取列
* @author penglishan
* @date 2012-12-28
*/
getColumn: function(dataIndex, rowIndex){
var grid = this;
var colMode=grid.getColumnModel();
var columnIndex =colMode.findColumnIndex(dataIndex);
var column = colMode.getCellEditor(columnIndex,rowIndex).field;
return column;
}
来自为知笔记(Wiz)
转载于:https://www.cnblogs.com/babyhhcsy/p/3431133.html
最后
以上就是敏感牛排最近收集整理的关于Extjs项目使用经验————获得当前正在编辑的列对象/可以用于ObjectCombo的全部内容,更多相关Extjs项目使用经验————获得当前正在编辑内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复