关于EXTJS的问题 20

比如说我第一次选择时间的时候是00:30再比如说第二次想选择00:30的时候就定在那了,选择不上请问如何解决,具体代码如下:{xtype:'fieldcontainer'... 比如说我第一次选择时间的时候是00:30

再比如说第二次想选择00:30的时候就定在那了,选择不上
请问如何解决,具体代码如下:
{ xtype: 'fieldcontainer',
id:'blocktimefieldid',
fieldLabel: '封锁时间',
layout: 'hbox',
items: [{
xtype: 'timefield',
id: 'sblockadetime',
name: 'sblockadetime',
flex: 1,
pickerMaxHeight: 150,
format: 'H:i',
increment: 30,
inputid: 'sblockadetime',
listeners: {
change: function(field, newValue, oldValue, eOpts ){
Ext.getCmp("hourofskylight").setValue(difftime(Ext.getCmp("sblockadetime").getValue(),Ext.getCmp("eblockadetime").getValue()));
}
}
}
,{
xtype: 'label',
forid: 'sblockadetime',
text:'-'
},{
xtype: 'timefield',
id: 'eblockadetime',
name: 'eblockadetime',
flex: 1,
//fieldLabel: 'Time In',
// minValue: '4:00',
// maxValue: '12:00',
pickerMaxHeight: 150,
format: 'H:i',
increment: 30,
listeners: {
change: function(field, newValue, oldValue, eOpts ){
Ext.getCmp("hourofskylight").setValue(difftime(Ext.getCmp("sblockadetime").getValue(),Ext.getCmp("eblockadetime").getValue()));
}
}
},{
xtype: 'numberfield',
labelAlign: 'right',
width: 200,
fieldLabel: '时间',
id: 'hourofskylight',
name: 'hourofskylight',
inputid: 'hourofskylight'
}]
}
展开
 我来答
5renshuo
2013-03-28 · 超过55用户采纳过TA的回答
知道小有建树答主
回答量:295
采纳率:0%
帮助的人:159万
展开全部
fieldLabel:'时间',
xtype:'timefield',
format:'H:i',
allowBlank:false,
editable:false,
width:125,
listeners: {

change: function(){ Ext.getCmp("hourofskylight").setValue(difftime(Ext.getCmp("sblockadetime").getValue(),Ext.getCmp("eblockadetime").getValue()));
}
追问
那一段的?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式