custom.js 611 B

12345678910111213141516171819202122232425
  1. /*
  2. * This file is generated as a starting point by Sencha Cmd - it will not be replaced or
  3. * updated by "sencha package upgrade".
  4. *
  5. * This file can be removed and the script tag in theme.html removed if this theme does
  6. * not need custom additional manifest or shortcut entries. These are documented in
  7. * ./packages/theme-base/sass/example/render.js.
  8. */
  9. Ext.theme.addManifest(
  10. {
  11. xtype: 'button',
  12. ui: 'plain-toolbar'
  13. },
  14. {
  15. xtype: 'widget.panel',
  16. ui: 'light'
  17. },
  18. {
  19. xtype: 'widget.header',
  20. ui: 'light'
  21. }
  22. );
  23. //Ext.theme.addShortcuts();