如下:
Ext.define 'App.your_package.CustomToolbar',
extend: 'Ext.toolbar.Toolbar'
xtype: 'my-custom-toolbar'
style: 'background-color: #112D41font-family:"Times New Roman",Georgia,Serif'
style设置了背景颜色为#112D41,字体为:Times New Roman",Georgia,Serif
如下:
Ext.define 'App.your_package.CustomToolbar',
extend: 'Ext.toolbar.Toolbar'
xtype: 'my-custom-toolbar'
style: 'background-color: #112D41font-family:"Times New Roman",Georgia,Serif'
style设置了背景颜色为#112D41,字体为:Times New Roman",Georgia,Serif