extjs 동적 디 스 플레이 그림

972 단어 ext
다음으로 이동:http://blog.csdn.net/windxxf/article/details/5798683
xtype: 'box', //  xtype: 'component',  
width: 132,  
id: 'imagebox',  
name: 'imagebox',  
height: 136,    
autoEl: {  
   tag: 'img',    //   img        
   src: 'images/slogo.gif'    //  url        
}  


Ext.getCmp("imagebox").getEl().dom.src = newsrc;  

좋은 웹페이지 즐겨찾기