ext 图片显示
picture = new Ext.BoxComponent({
id : 'picture',
name:'picture',
width:'70px', // 图片宽度
height:'70px', // 图片高度
autoEl:{
tag:'img',
src:IMGAES_URL
}});
?
或者panel 中html
发布时间: 2012-08-16 12:02:16 作者: rapoo
ext 图片显示
picture = new Ext.BoxComponent({
id : 'picture',
name:'picture',
width:'70px', // 图片宽度
height:'70px', // 图片高度
autoEl:{
tag:'img',
src:IMGAES_URL
}});
?
或者panel 中html