
The LinkToURL User Interface (UI) element represent a selectable user interface object that launches native handheld clients when activated by the end-user. For example an Internet Browser, an E-Mail client or a Phone Dialer may all be launched using this UI element.
Description of UI Element Properties
imageFirst
Defines the position of the icon in relation to the corresponding text. If the value of this property is true, the icon is displayed to the left of the text.
imageSource
You can store icons in the directory mimes/Components/<component class> of the project in the Navigator using the menu item Import , you only need to enter the name of the icon - for example, icon.gif. The URL Generation Service automatically determines the URL of the icon.
You can also store the icons in directory mimes/Applications/<application class>. In this case, you must create the URL manually using the URL Generation Service. If you use the SAP icons and want to refer to them, you can use the alias ~sapicons. If you assign the alias ~sapicons/<name>.gif
to the imageSource property, you refer to an icon called <name>.gif of the SAP icons. For a description and a listing of all possible SAP icons, see the SAP Design Guild under
http://www.sapdesignguild.org/
. Select the following path:
. The filename of the icon consists of the bitmap name entered in the table and the prefix
"s_". If the bitmap name in the table is F_CUTO, you need to enter ~sapicons/s_f_cuto.gif to reference to the SAP icon
.
text
Describes the label text.
type
represents several types of hyperlinks associated with certain functionalities. The type property can be filled with the following values.
Native WD Values are used during type definition however they do not correspond to their OCA purpose. Please see the following table for clarification.
|
WebDynPro type property |
SAP NetWeaver Mobile purpose |
Purpose description |
|---|---|---|
|
function |
|
Opens the platform specific e-mail client when activated |
|
navigation |
URL |
Launches a platform specific web browser when activated |
|
reporting |
Phone |
Shows a platform specific dialer interface when activated |
Properties Overview
|
Name |
Type |
Initial Value |
Bindable |
|---|---|---|---|
|
enabled |
boolean |
true |
bindable |
|
imageFirst |
boolean |
true |
|
|
imageSource |
String |
bindable |
|
|
text |
String |
bindable |
|
|
type |
WDLinkType |
navigation |
|
|
visible |
Enumeration |
visible |
bindable |