How to nest a widget within another widget

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2019 01:21 PM
We just implemented the ITBM module and one of the portal page had a widget nested within another widget. (See attachment). I found the portal widgets that runs on the page but I would love to know how this was done since I could see us applying this for other pages.
Dose anyone know how this was built or can you point me in the direction where I can find some good documentation on how to build it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2019 01:33 PM
The most easy example is the form widget, where the server script calls the $sp.getWidget to pull the conversation widget and then use it in HTML to place the widget inside the form widget for ex <sp-widget widget="fm.widgetInstance"/>
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2019 01:44 PM
Check below for solutions to embed widget
Regards,
Sachin