rrandymeyer
23 Jan 2020, 10:08 AM
Using ExtJS 7.1
I have used Sencha Themer to create a theme for our app. Most things are good with the exception of the collapse glyph/image on the panel header. Here is a screenshot:
58169
Here is the code:
items: [{
xtype: 'grid',
itemId: 'sourceData',
reference: 'sourceData',
title: 'Source Data',
bind: {
store: '{tdsrcdatastore}'
},
frame: true,
collapsible: true,
collapseDirection: 'left',
stripeRows: true,
autoScroll: true,
// columnLines: true,
columns: [],
tools: [
{iconCls: 'x-fa fa-expand',
listeners: {
click: 'onExpandDetail'
}
}
],
flex: 1.5
},{
I cannot figure out how to "fix" this. Any help would be great. Would this be a bug?
Thank you
Rudy
I have used Sencha Themer to create a theme for our app. Most things are good with the exception of the collapse glyph/image on the panel header. Here is a screenshot:
58169
Here is the code:
items: [{
xtype: 'grid',
itemId: 'sourceData',
reference: 'sourceData',
title: 'Source Data',
bind: {
store: '{tdsrcdatastore}'
},
frame: true,
collapsible: true,
collapseDirection: 'left',
stripeRows: true,
autoScroll: true,
// columnLines: true,
columns: [],
tools: [
{iconCls: 'x-fa fa-expand',
listeners: {
click: 'onExpandDetail'
}
}
],
flex: 1.5
},{
I cannot figure out how to "fix" this. Any help would be great. Would this be a bug?
Thank you
Rudy