WIDGETS AND LIVE TEXT
About this task
Users can either drag and drop the .zip file into their My Widgets sidebar panel or use the Import menu option from the My Widgets sidebar panel.
This option is available for all supported widget types and enables the user to install a widget while working online or offline.
The widget definition (.xml) must be at the root of the zip file and the widget definition file name must be extension.xml.
To make provisioning widgets self-contained in the .zip file, the updateSite URL in the widget definition must be set to jar:${zip.root}!/ and the updateSite itself must also reside in the .zip file.
The structure of the .zip file must be as follows:
featuresextension.xmlpluginssite.xml
When a provisioning widget's .xml definition is processed, the updateSite URL is replaced with a URL to the embedded updateSite in the .zip file.
Note: Automatic update is not supported.
For related information, administrators should reference the "Managing client plug-in deployment" topics in Domino Administrator product documentation at the Notes and Domino wiki.
Related concepts What additional deployment tasks can I perform?
Related tasks How do I create a Features and Plugins deployment widget?