
Definition
UI element FunctionKey represents a non-visible UI element with which you can trigger a Web Dynpro action via a key on the mobile device.
To enable you to debug the Web Dynpro application, the default value of property visible is set to visible . In productive applications, this value must be set to none .
Description of UI Element Properties
keyCode
Specifies the code of the key with which the Web Dynpro action is to be triggered. The code is device and browser-specific and corresponds to the value in the meta-tag <meta http-equiv= "" content= "" > , for example <meta http-equiv="IBrowse_OnKey49" content="IBROWSE_HOME_SCREEN">. For more information about the codes, see the device manufacturer's Web pages.
Overview of Inherited and Additional Properties
|
Name |
Interface |
Type |
Initial Value |
Bindable |
|---|---|---|---|---|
|
enabled |
IWDUIElement |
boolean |
true |
bindable |
|
keyCode |
IWDFunctionKey |
String |
bindable |
|
|
tooltip |
IWDUIElement |
String |
bindable |
|
|
visible |
IWDUIElement |
WDVisibility |
visible |
bindable |
Events
The event onAction is triggered whenever the user clicks the appropriate button on the mobile device.