This project contains the classic Blue and Gray theme source extracted from the GXT 4.0.2 SDK. The goal here is to provide the the classic appearances so you can modify the appearances html, gss/css and image/icon resources directly to change the theme.
- Import the source into your source folder
- Copy the source in directory
com.sencha.gxt.ui/src/main/java/*
module to your source folder with the same packaging naming.
- Add the source to your module descriptor with one of the below
- Using the copy of the classic blue theme
<inherits name='com.sencha.gxt.theme.blueext.BlueExt' />
- Using the copy of the classic gray theme
<inherits name='com.sencha.gxt.theme.grayext.GrayExt' />
When making changes to the copied appearanes, mark the changes in them and gss source files. This helps with appearance upgrades when a major version shows up.
If you get lost ask for more details from support.