column属性 extjs_ExtJS 4.0.2a ActionColumn的使用

xtype : "actioncolumn",

html:'

帐号状态
',

sortable : false,

dataIndex : "enabled",

items: [{

icon:"js/extjs/resources/icons/ms.gif",

tooltip: '改变帐号状态',

getClass:function(v,m,r,rIndex,cIndex,store){

if (r.get('enabled')){

return 'unlock';

}else{

return 'lock'

}

},

handler: function(grid, rowIndex, colIndex) {

var rec = grid.getStore().getAt(rowIndex);

rec.set("enabled",!rec.get("enabled"));

rec.commit();

}

}]

其中ms.gif是一个16*16的透明gif图像.....至此解决问题。。。。

其它更详细的可以参考它的API文档。

2

0

分享到:

2011-07-10 23:50

浏览 8979

评论

3 楼

andy_ghg

2011-12-05

zp840566233 写道

text不起作用 可用 header ,iconCls不知所云 需要把图片样式设置宽高!如:

.icon-class {

height: 16px;

width: 16px;

background-image: url(../images/button/class.gif) !important;

}

谢谢指点

2 楼

zp840566233

2011-12-05

text不起作用 可用 header ,iconCls不知所云 需要把图片样式设置宽高!如:

.icon-class {

height: 16px;

width: 16px;

background-image: url(../images/button/class.gif) !important;

}

1 楼

zhouzhiyong

2011-11-24

header: 'Options',  这个就好了 你多虑了

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值