Ext core 3.1.0的一个大Bug
摘要:
Ext core 3.1.0(下载地址)中Ext.DomHelper中的applyStyles方法源码如下:applyStyles : function(el, styles){ if(styles){ var i = 0, len, style; el = Ext.fly(el); if(Ext.isFunction(styles)){ styles = styles.call(); } if(Ext.isString(styles)){ ... 阅读全文
posted @ 2012-05-02 12:01
snandy
阅读(2352)
评论(3)
推荐(4)
浙公网安备 33010602011771号