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 周銳 閱讀(1570) 評論(0)  編輯  收藏 所屬分類: Ajax
          主站蜘蛛池模板: 密云县| 黄浦区| 长顺县| 壤塘县| 鄂托克前旗| 古蔺县| 沾化县| 宽城| 德庆县| 剑河县| 灵寿县| 百色市| 历史| 望奎县| 泰安市| 湘潭市| 蒲江县| 醴陵市| 万年县| 深圳市| 遂宁市| 壤塘县| 江山市| 太湖县| 博乐市| 宜良县| 政和县| 顺昌县| 周至县| 恩平市| 安西县| 桐柏县| 靖州| 青冈县| 冕宁县| 中卫市| 靖宇县| 广饶县| 屯昌县| 西峡县| 始兴县|