posts - 431,  comments - 344,  trackbacks - 0
          Ext.override(Ext.form.DisplayField, {
              getValue : function(){
                  return this.value;
              },
              setValue : function(v){
                  this.value = v;
                  this.setRawValue(this.formatValue(v));
                  return this;
              },
              formatValue : function(v){
               if(this.dateFormat && Ext.isDate(v)){
                return v.dateFormat(this.dateFormat);
               }
               if(this.numberFormat && typeof v == 'number'){
                return Ext.util.Format.number(v, this.numberFormat);
               }
               return v;
              }
          });


          items:[{
               fieldLabel:'申購日期',
               xtype : 'displayfield',
               name : 'orderDate',
               formatValue: function(value){return new Date(value).format("Y-m-d");}
              }]
          posted on 2009-11-30 22:25 周銳 閱讀(1569) 評論(0)  編輯  收藏 所屬分類: Ajax
          主站蜘蛛池模板: 八宿县| 永善县| 巴林右旗| 崇文区| 太湖县| 陇西县| 安庆市| 清苑县| 仁寿县| 文山县| 新闻| 宜兰县| 左权县| 博野县| 勃利县| 建昌县| 沽源县| 兴隆县| 锦屏县| 新兴县| 洪泽县| 平安县| 巴南区| 黑龙江省| 胶南市| 体育| 自治县| 南城县| 辽源市| 武隆县| 河东区| 铜陵市| 苍溪县| 汉阴县| 图们市| 太湖县| 石首市| 洪湖市| 中山市| 错那县| 威信县|