首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

ext 图片展示

2012-08-16 
ext图片显示picture new Ext.BoxComponent({id : picture,name:picture,width:70px, // 图片宽度

ext 图片显示

picture = new Ext.BoxComponent({
id : 'picture',
name:'picture',
width:'70px', // 图片宽度
height:'70px', // 图片高度
autoEl:{
tag:'img',
src:IMGAES_URL
}});

?

或者panel 中html

热点排行