读书人

ext 图片展示

发布时间: 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

读书人网 >Web前端

热点推荐