MyWidgets just got better - Option to specify a custom widget icon for sidebar
Please note: The following is from the release notes of Notes 8.5.2 so I don't take credit for writing this. Lotus Notes 8.5.2 is in beta and there are no guarantees that the features described here will be in the final product that IBM ships.
Power users and administrators can add a new viewImageUrl attribute to the palleteItem element in a widget's extension.xml definition to specify a custom icon to use in the sidebar view/title bar for that widget. The viewImageURL attribute value must be a URL to the desired image, for example:
viewImageUrl="http://my.server.com/myImage.ico"Example widget XML syntax is shown below:
<?xml version="1.0" encoding="UTF-8"?>
<webcontextConfiguration version="1.1">
<palleteItem allowMutlipleSidebars="true"
contributeToSideshelfOnStartup="false"
id="1140471160" viewImageUrl="http://my.server.com/myImage.ico"
imageUrl="http://www.google.com/favicon.ico"
providerId="com.ibm.rcp.toolbox.web.provider.WebServicesPalleteProvider"
title="Google Search" url="http://www.google.com/" >




