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);