IBM Verse: Extension Points - Examples: Difference between revisions
Line 26: | Line 26: | ||
[[File:Verse-templated-link.png]] | [[File:Verse-templated-link.png]] | ||
==Widget (com.ibm.verse.ext.widget)== | |||
A Widget extension associates a third party web application with Verse by opening a new browser window/tab or embedding the application using an iframe within the Verse UI. A widget extension may contribute multiple Widget Actions to the Verse UI. | |||
All of actions in the widget will share the same url. When Widget Action is clicked, the application opened by the widget’s url will be rendered on the different place based on the action’s location. | |||
On image VerseApplicationLinks.png, item '''2'''. . When clicked open a new window. | |||
[[File:verse-widget-person-link.png]] | |||
==com.ibm.verse.ext.namePicker== | ==com.ibm.verse.ext.namePicker== |
Revision as of 16:43, 5 February 2018
Currently on Verse 1.0.3, Verse has the following options:
- Business Card
- Mail Compose View
- Mail Read View
Here is the full list of extension points that Verse supports
Example:
Simple Link (com.ibm.appreg.ext.simpleLink)
A Simple Link extension adds a clickable URL link to the Verse UI.
On image VerseApplicationLinks.png, item 0. When clicked open a new window.
Templated Link (com.ibm.appreg.ext.templatedLink)
A Templated Link extension adds a clickable URL link to the Verse UI including the option to configure the extension to receive data from Verse encoded in the URL.
On image VerseApplicationLinks.png, item 1. . When clicked open a new window.
Widget (com.ibm.verse.ext.widget)
A Widget extension associates a third party web application with Verse by opening a new browser window/tab or embedding the application using an iframe within the Verse UI. A widget extension may contribute multiple Widget Actions to the Verse UI.
All of actions in the widget will share the same url. When Widget Action is clicked, the application opened by the widget’s url will be rendered on the different place based on the action’s location.
On image VerseApplicationLinks.png, item 2. . When clicked open a new window.
com.ibm.verse.ext.namePicker