码迷,mamicode.com
首页 > Web开发 > 详细

ExtJS Grid Column Number

时间:2014-08-11 21:05:32      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:os   io   for   cti   type   js   text   on   

 {
                xtype: ‘numbercolumn‘,
                text: ‘亏盈数量‘,
                width: 130,
                dataIndex: ‘LossOrProfitNum‘,
                editor: {
                    xtype: ‘numberfield‘,
                    minValue: 0,
                    decimalPrecision: 2
                },
                renderer: function (value, cellmeta) {
                    return Ext.util.Format.number(value, ‘0.00‘);
                }
            }

ExtJS Grid Column Number,布布扣,bubuko.com

ExtJS Grid Column Number

标签:os   io   for   cti   type   js   text   on   

原文地址:http://www.cnblogs.com/denghuachengle/p/3905485.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!