我有这个代码
我需要将主题应用于 DataPicker 中存在的 Cacel 按钮......知道如何制作吗?
{ xtype:'datepickerfield',标签:'开始日期 XXX',名称:'DateStart',
//labelWidth: labelWidth,
value: new Date(),
picker: {
yearFrom: yearFrom,
yearTo : yearTo,
hideOnMaskTap: true
// toolbar: {
// xtype: 'toolbar',
// items: [
// {
// /*xtype: 'button',
// text: 'Left',*/
// ui: 'custom-btn-confirm',
// style: 'color: #ffffff'
// },
// {
// /*xtype: 'button',
// text: 'Left Two',*/
// ui: 'custom-btn-confirm',
// style: 'color: #ffffff'
// }
// ]
// }
}
},
{