IWantToMenu Module

This module can be configured using Manager. For instructions, see I Want To Menu.

The I Want To menu is a list of frequently performed tasks. The IWantToMenu Module implements the I Want To menu and its menu items. The menu is called the I Want To menu because the default text on the button that opens the menu is I want to.... In the Desktop and Tablet interfaces, the I Want To button is in the top left corner of the map. In the Handheld interface, the button is at the top left of the screen.

I Want To menu shown in the Handheld preview

If you do not want the viewer to have an I Want To menu, you can hide it by clearing the Show Menu checkbox on the viewer’s I Want To Menu page in Manager. Alternatively, you can set the IWantToMenuViewModel's showMenu property to false in the configuration files.

Global Menu

By default, the I Want To menu has a horizontal menu at the top, which is implemented by the GlobalMenu Module. You can hide the Global menu using the IWantToMenuViewModel's showGlobalMenu property. For example, you might want to hide the Global menu if the viewer does not allow users to sign in. For more information about the Global menu, see GlobalMenu Module.

Configuration Properties

Module

Views

View Models

See Also...

Menu Module