我有这段代码
我需要将一个主题应用于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'
// }
// ]
// }
}
},
{
答案 0 :(得分:0)
您可以使用以下代码为该按钮编写自定义CSS:cls: 'myapp-cancelbutton'
,也可以使用预定义的ui: 'cancel'