12345678 |
- Ext.define('Ext.theme.material.dataview.IndexBar', {
- override: 'Ext.dataview.IndexBar',
- config: {
- autoHide: true,
- letters: ['*', '#', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
- }
- });
|