Ext使用中问题总结

隐藏 Ext.form.DateField 的触发(trigger)元素使其内容不能修改并使其所有的文本框(text field)显示格式为Y-m-d

items : [{
xtype : ' datefield ',
fieldLabel : '开始日期',
name : 'fillinDate',
id : 'fillinDate',
format: ' Y-m-d ',
hideTrigger: true, // True to hide the trigger element and display only the base text field(defaults to false)
readOnly: true ,
anchor : '95%'
}]
上一篇:易货beta版本项目展示报告


下一篇:VC 串口通信类