【发布时间】:2015-01-06 11:56:41
【问题描述】:
这是我需要的输出!
这是我尝试实现这一目标的方法:
win = Ext.create('Ext.window.Window', {
height: 650,
width: 500,
layout: 'fit',
border: false,
bodyPadding: 10,
modal:true,
itemId:'serviceCallWindow',
header: {
cls: 'n-service-call-window-header',
height: 80,
items:[{
xtype: 'component',
floating: true,
autoShow: true,
shadow: false,
focusOnToFront:false,
defaultAlign: 't',
autoEl: {
tag: 'img',
src: NG.serverMapPath('~/resources/images/support/support_icon.png')
},
componentCls: 'n-service-call-support-icon'
}]
},
items: [{
xtype: 'servicecall',
border: false,
bodyPadding: 10
}]
});
挑战是在窗口标题和正文之间获取服务调用图标。
我怎样才能做到这一点?
【问题讨论】:
-
你用的是什么 CSS?
标签: css extjs window z-index floating