Uxopian Software documentation is now centralized on a single site. Find the up-to-date documentation for our products on doc.uxopian.com.

WidgetOffMenu

OffMenu displaying a widget.

Widget OffMenus allow you to view and interact with this widget to the menu. The attachment metadata viewer plugin is based on this type of menu.

To instantiate a WidgetOffMenu, you need to provide it with the Widget to be included in the menu:

var menu = new IFrameOffMenu("MenuTitle", Widget);
JSAPI.get().addOffMenu(menu);