Would like to set the font style for extjs emptyText to italic rather than normal. This link suggests that style is inherited from com.extjs.gxt.ui.client.widget.BoxComponent but I can't find where.
From this same help topic: The following 4 methods inherited from UIObject (setSize, setWidth, setHeight, setPixelSize) have been overridden and do nothing. Any component whose size can change should subclass BoxComponent.
Any advice much appreciated.