Link - ExternalLink

The availability of functionality depends on the license and may not be available in all deployments.

A directing link component to any external link.

Component properties

Eximee Designer property
Attribute name in the Source
Description

Redirect link (section Basic properties)

href

Link address

Anchor name (section Basic properties)

linkName

Anchor name

Link opening method (section Basic properties)

target

Specifies how the link opens (default empty, loading the link in the same browser tab). If the link should open in a new tab, enter the value "_blank" (for the same tab use "_top").

Content (section Basic properties)

content

Link content

Text displayed when hovering over the link (section Basic properties)

title

Text to display as a tooltip when hovering over the link

More information about component properties: Common component properties

Feeding from an external data source

You can attach a service to the component that will supply data for the fields:

  • href

  • linkName

  • target

To feed the component with an external URL, simply attach a script EchoServiceScript, in which the input will be the requested URL or a session variable.

Illustration 1. Example appearance of the component on the application

Demo request: demoExternalLink

Last updated

Was this helpful?