1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
| {
region: 'north',
contentEl: 'north',
height: 24,
border: false,
bodyStyle:'background: transparent;',
items: [{
layout: 'column',
bodyStyle:'background: transparent;margin: 1px;',
border: false,
items: [{
id: "lstThemeCombo",
xtype:'themecombo',
columnWidth: .1,
},{
border: false,
items: {
style: 'padding: 1px 1px 1px 5px;',
xtype: 'button',
columnWidth: .05,
text: 'Mémorisé',
id: 'btnThemeCombo',
listeners:{
'click' : {fn:btnThemeComboListenerClick}}
}
}]
}]
} |
Partager