读书人

GridTree怎么取其它列的值

发布时间: 2013-06-25 23:45:42 作者: rapoo

GridTree如何取其它列的值
我alert的是本列的值,如果想alert主键的值,如id,怎么写?

var GridColumnType = [
{
header : '地域名称',
headerIndex : 'disId',
columntype : {
inputtype : 'html',
htmlStr : '<button onclick="alert(\'$\');">$</button>',
nameId : 'textbox'
}
}
[解决办法]
extjs么?一年多没用过了,挺怀念的啊。。

读书人网 >J2EE开发

热点推荐