I am looking to enhance the following code snippet by adding a mouse hover event that changes the background color of the fieldset item and displays an image next to it. Can someone assist me with this modification?
var mainGroup = {
xtype: 'fieldset',
margin: '0 40 0 40',
border: true,
title: '<html><h3>' + displayLabel + '</h3></html>',
defaults: {
anchor: '100%',
padding: 3,
width: '80%',
},
layout:'hbox',
items: []
};
I would greatly appreciate any help with this matter.