项目中一些总结 2012-06-18

不能用与引发问题相同的思维方式去解决问题

遇到不可思议的字段修改情况 考虑谁在进行写操作 考虑并发情况


在一个不可见的tab中有图表时,出现此问题
Get 'this.swf.setDataProvider is not a function' error in FireBug when reloading the store attached to a chart in a tab that is not visible.


Extjs 动态clone对象时 注意被克隆对象的defaults属性


多个对象引用时 注意交叉情况
 
layout anchor  空格问题  '100% 100%' 中间只有一个空格


form field的reset方法    
    reset : function(){
        this.setValue(this.originalValue);
        this.clearInvalid();
    },


originalValue 在initValue方法中赋值
initValue在afterrenderer中被调用


vtype作用时间?


tab中提示框错位问题, 优先考虑render时机问题















你可能感兴趣的:(Java,function,firebug,layout)