Displaying Navigator Page in Menu Mode

This section shows you how to display the Navigator page in Menu mode.

For instructions on specifying the content of the Navigator page, see Configuring the Default Home Page for the Content Frame.

  • To display the Navigator page in Menu mode with any page other than a navigation tree for an object, specify the page using the ContentPage parameter. For example, if the Buyer Desk table page is emxBuyerDeskTable.jsp, the following URL would call the page using the Menu mode.

    ./ematrix/common/emxNavigator.jsp?mode=Menu&ContentPage=../
    sourcingcentral/emxBuyerDeskTable.jsp

    Menu mode is the default mode for the Navigator page so you do not have to specify the parameter if you want Menu mode.

    Or

    To display the Navigator page in Menu mode with the tree and Properties page for a business object in the content frame, include the objectId parameter. For example, to call this page:

    Use this URL:

    ./ematrix/common/
    emxNavigator.jsp?objectId=53028.50507.27254.238&mode=Menu