extjs datefield 问题: 请问日期选择框怎么不被遮住?

funcPrivFormWin=newExt.Window({width:400,resizable:false,modal:false,frame:true,fit:t... funcPrivFormWin = new Ext.Window({
width : 400,
resizable : false,
modal : false,
frame : true,
fit : true,
closeAction : 'hide',
plugins: new Ext.ux.WindowAlwaysOnTop(),
items : [
{
id:'formWindow',
xtype : 'form',
layout : 'form',
frame : true,
labelAlign : 'right',
labelWidth : 80,
items : [{
columnWidth : .35,
layout : 'form',
labelWidth:80,
items : [{
xtype:'compositefield',
fieldLabel: '日期',
anchor:'100%',
items:[
{xtype:'datefield',name:'startTimeString',id:'startTimeString',format:'Y-m-d',editable:false,width:110},
{xtype:'displayfield',value:'-'},
{xtype:'datefield',name:'finishTimeString',id:'finishTimeString',format:'Y-m-d',editable:false,width:110}
]
}]
}]
}
],
buttons : [
{
text : '提交',
handler : function() {
currentAction();
}
},
{
text : '取消',
handler : function() {
this.ownerCt.ownerCt.hide();
}
}
],
buttonAlign : 'center'
});
展开
 我来答
fastspeeed
2014-09-06 · TA获得超过277个赞
知道小有建树答主
回答量:535
采纳率:0%
帮助的人:471万
展开全部
用extjs windows自带的modal:true,
去掉 plugins: new Ext.ux.WindowAlwaysOnTop(),就行了
我的版本是4.2
更多追问追答
追问
modal:true和plugins: new Ext.ux.WindowAlwaysOnTop(),是看了网上的一些解决方法后加的 ,没加前就是这个问题。。。
追答
我的4.2版本没有问题,你的版本是多少
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式