This Week I’ve developed my first iWidget for Ibm Connections 5*.
Here you can find my first widget (an “html embedder” for Connections 5), it can be registered in connection using this parameters in “widget-config.xml” ** :
1 2 3 4 5 6 | < widgetDef defId = "htmlEmbed" url="https://<HostWhereYouPutWidget>/htmlEmbed/htmlembed20.xml?version=11" modes="view edit" description="Use to embed html" showFullWidgetDeleteConfirmation="false" uniqueInstance="false" primaryWidget="false" category="Social embedding" /> |
To Download iWidget Example Click Here – > htmlEmbed20
* This widget can be placed only in community.
** To know how to register widget you can follow official documentation.