Hello,
Is it possible to center the widget title? Then under the title add an image and the name of the selected feature? I am using this code to add the name of the feature to the title:
this.getPanel().titleLabelNode.innerHTML = NameOfFeature
But it shows up like this:
Widget Title : NameOfFeature
With no image and not centered or on separate lines. I would like it to display more like this:
Widget Title
IMAGE NameOfFeature
Thanks,
Greg