0

我有这个代码

我需要将主题应用于 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'
            //                        }
            //                    ]
            //                }                





            }                          
        },                                   
        {
4

1 回答 1

0

您可以使用以下方法为按钮编写自定义 CSS:cls: 'myapp-cancelbutton'也可以使用预定义的ui: 'cancel'

于 2012-09-07T10:15:12.883 回答