- {
- columnWidth: .5,
- layout: 'form',
- items: [
- {
- xtype : 'box',
- anchor : '',
- anchor: '95%',
- //width:100,
- //height:100,
- autoEl : {
- tag : 'div',
- style : 'margin:8px 0 8px 105px',
- children : [
- {
- tag : 'img',
- qtip : 'You can also have a tooltip on the image',
- width:100,
- height:100,
- src : '/edu'+this.image
- }]
- }
- }]
- }
EXT 在FormPanel中显示图片的例子
最新推荐文章于 2024-03-09 16:41:42 发布