Entering content frame

Function documentation getDefaultMenuStyle Method Locate the document in its SAP Library structure

Use

The getDefaultMenuStyle method specifies which preferred type of menu layout is to be used for a specific mobile device. The device properties delivered by SAP use the values linkList and selectionList, because there are two established variants for WAP-enabled devices:

Recommendation

It is strongly recommended to use this variant on Openwave browsers, because otherwise there is a significant difference in look-and-feel to other applications. However, on most of the other browsers this variant is not useful, because the <select> and <option> tags do not implement a menu-like display.

Values

Values

Short Description

selectionList

The menu is displayed as a numbered list, and the menu options are selected directly by using the number keys of the mobile telephone.

linkList

The menu is displayed as a link list. The user must navigate to the desired link and select it.

ClientInfo Interface

 

 

Leaving content frame