WIDGETS AND LIVE TEXT
About this task
There are three types of actions that add a widget to the client sidebar panel.
Administrators and power uses can add a new singletonSidebar attribute to the palleteItem element in the widget's XML definition after creating and exporting the widget. Valid values are "true" and "false" and sample syntax, where it would appear in the widget's XML file, is as follows:
<webcontextConfiguration version="1.1"><palleteItem singletonSidebar="false"
or
<webcontextConfiguration version="1.1"><palleteItem singletonSidebar="true"
Note: The default value is "false" so as not to affect Notes 8.5.1 and prior behavior.
Note: If there were multiple sidebars opened for a widget prior to applying this feature improvement and then you upgrade to a release with this feature improvement (and implement it), the previous sidebars will not be reused and will remain open until the user manually closes them.
Related concepts What additional deployment tasks can I perform?