I need help figuring out how to create a display field with an image label instead of a text label, without having to create a custom class. I am aware that I could use an hbox container with an image and the xtype: label
, but I am hoping to utilize the xtype: displayfield
with its label configurations like width and separator.
Any suggestions would be greatly appreciated.