var win = new Ext.Window({
title: '信息,
width: 680,
height: 420,
plain: true,
closeAction: 'close',
defaults: {
anchor: '95%'
},
layout:'form',
items: [{
xtype: "panel",
baseCls: "x-plain",
style: "padding:5px",
layout: "column",
items: [
userform,//FormPanel
{
columnWidth: .5,
layout: "form",
labelWidth: 50,
style: 'padding:5px',
baseCls: "x-plain",
html:'<img style="width:270px;height:277px" src="'+ImageUrl+'"/>'
//...
比如得到这里的 html 属性中的<img>

Astral 最后编辑于 2009-12-19 09:31:50