首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2EE开发 >

GridTree怎么取其它列的值

2013-06-25 
GridTree如何取其它列的值我alert的是本列的值,如果想alert主键的值,如id,怎么写?var GridColumnType [{

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

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

热点排行