Show TOC

Background documentationLinkToAction Locate this document in the navigation structure

 

The LinkToAction UI element is a hypertext link. The navigation to this link triggers a Web Dynpro action. You can assign a popup menu to the LinkToAction element.

Description of the Properties

activateAccessKey

Indicates whether access key for this control is activated. More information: Enabling Access Keys

design

Specifies the design of the LinkToAction. The design property can take the following values and is represented by enumeration type WDLinkDesign. emphasized: Highlights the text; standard: Displays the text using the standard font size.

hotkey

Specifies the key combination that triggers the onAction event. The value is defined as enumeration type WDHotKey.

imageAlt

Property is deprecated, use tooltip instead.

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.

imageHeight

Specifies the height of the graphic next to the link. You can specify the height in CSS units like em, ex, pixels, or percentage.

imageSource

Defines the path to the icon source of the graphic to be displayed. See: Specifying the Image Source

imageWidth

Specifies the width of the graphic next to the link. You can specify the width in CSS units like em, ex, pixel, or percentage.

size

This property is deprecated.

text

Determines the text.

textDirection

Specifies the text direction and allows you to use a LinkToAction element for texts in languages that require a specific text direction. The textDirection property is represented by enumeration type WDTextDirection.

type

Specifies the graphical design of the UI element. The property can take the values function, navigation, reporting, result, and is represented by enumeration type WDLinkType.

wrapping

Indicates whether or not the link text is wrapped. If the initial value is false, the link text is not wrapped.

Events

onAction

This event is triggered when the user navigates to the link.