私はこのコードを持っています
DataPicker にある Cacel ボタンにテーマを適用する必要があります...どのように作成すればよいでしょうか?
{ xtype: 'datepickerfield', label: 'Start Date XXX', name: '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'
// }
// ]
// }
}
},
{