Ext不能显示图片??

columnWidth:.95,layout:'form',xtype:'fieldset',height:222,width:500,style:'margin-lef... columnWidth:.95,
layout:'form',
xtype:'fieldset',
height:222,
width:500,
style:'margin-left:5px;margin-right:5px;margin-top:5px;',
items:[{
xtype:'panel',
layout:'column',
isFormField:false,
html:"<div id='picture'><img id='image' /></div>"
}]
这是返回的图片路径代码。
document.getElementById("picture").innerHTML="<center><img id='image' src='"+imagepath+"' /></center>";
这是我上传图片到tomact里返回的具体路径
D:\myWork\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\wtpwebapps\traffic\uploadfiles/1322395208531_P1000738.JPG
展开
 我来答
苍山001
2011-11-29 · TA获得超过150个赞
知道小有建树答主
回答量:170
采纳率:0%
帮助的人:149万
展开全部
picture = new Ext.BoxComponent({
id : 'picture',
name:'picture',
width:'70px', // 图片宽度
height:'70px', // 图片高度
autoEl:{
tag:'img',
src:IMGAES_URL
}});
这是显示图片的容器

picture.getEl().dom.src = IMGAES_URL 渲染上去
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式