如何在Sencha Framework中编辑“取消”按钮的样式。

时间:2012-09-06 12:23:43

标签: sencha-touch extjs sencha-touch-2

我有这段代码

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





            }                          
        },                                   
        {

1 个答案:

答案 0 :(得分:0)

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