Embed the Web Interface Using the Embed UI API V2
You can embed the Oracle Content and Experience web user interface into your own
web applications in an HTML inline frame (iframe
tag). Oracle
provides a Javascript API to simplify the creation of the iframe element and to
manage communication with the code running in the frame.
The web user interface is configured by passing a Javascript options object into the API. Plus, you can provide callback functions to handle various events that occur when a user interacts with the embedded web user interface.
The Javascript API supports the following embeddable components:
- Assets View Embed UI (assetsView Component)
- Asset Viewer Embed UI (assetViewer Component)
- Content Item Editor Embed UI (contentItemEditor Component)
- Documents View Embed UI (documentsView Component)
- Document Viewer Embed UI (documentViewer Component)
- Conversations List Embed UI (conversationsList Component)
- Conversation View Embed UI - conversationView Component
The following sections describe how to embed the web user Interface with the Embed UI API V2: