Is it possible to have a custom image icon in a TitlePane, instead of the generic gray dropdown box? <div dojoType="dijit.TitlePane" title="Switch Basemap" closable="false" open="false" src="basemap.png" style="float:right; margin-right:10px;">
<div dojoType="dijit.layout.ContentPane" style="width:380px; height:280px; overflow:auto;">
<div id="basemapGallery" >
</div></div>
</div>
I've tried adding something like src="image.png"