> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/0-struktura-i-nawigacja/nawigacja/link-externallink.md).

# Link - ExternalLink

{% hint style="info" %}
Dostępność funkcjonalności zależy od licencji i może nie być dostępna we wszystkich wdrożeniach.
{% endhint %}

Komponent linku kierującego do dowolnego linku zewnętrznego.

![](/files/37d071685b37752a2fdc0d750eb459f4861e4045)

✅ **Kiedy stosować:**

* Chcesz umożliwić przejście do zewnętrznego adresu lub innego formularza.

:x: **Kiedy nie stosować:**

* Link ma prowadzić do innej strony wewnątrz wniosku. **Stosuj**: [PageNavigationLink](/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/0-struktura-i-nawigacja/nawigacja/link-wewnetrzny-pagenavigationlink.md)

## Właściwości komponentu

<table><thead><tr><th>Właściwość Eximee Designer</th><th width="192.0499267578125">Nazwa atrybutu w Źródle</th><th>Opis</th></tr></thead><tbody><tr><td><strong>Link do przekierowania</strong> (sekcja <strong>Podstawowe właściwości</strong>)</td><td>href</td><td>Adres linku</td></tr><tr><td><strong>Nazwa kotwicy</strong> (sekcja <strong>Podstawowe właściwości</strong>)</td><td>linkName</td><td>Nazwa kotwicy</td></tr><tr><td><strong>Sposób otwierania linku</strong> (sekcja <strong>Podstawowe właściwości</strong>)</td><td>target</td><td>Podaje sposób otwierania linku (domyślnie pusty, wczytujący link w tej samej karcie przeglądarki). Jeśli link ma zostać wczytany w nowej karcie należy wpisać wartość "_blank" (dla tej samej "_top").</td></tr><tr><td><strong>Treść</strong> (sekcja <strong>Podstawowe właściwości</strong>)</td><td>content</td><td>Treść linka</td></tr><tr><td><strong>Test wyświetlany po najechaniu myszką na link</strong> (sekcja <strong>Podstawowe właściwości</strong>)</td><td>title</td><td>Tekst do wyświetlenia jako tooltip po najechaniu myszką na link</td></tr></tbody></table>

> Więcej informacji o właściwościach komponentu: [Wspólne właściwości komponentów](/budowanie-aplikacji/interfejs-uzytkownika/formularze/praca-z-komponentami-bazowymi/wspolne-wlasciwosci-komponentow.md)

## Zasilenie zewnętrznym źródłem danych

Dla komponentu można podpiąć usługę, która zasili komponent danymi dla pól:

* href
* linkName
* target

W celu zasilenia komponentu zewnętrznym adresem URL wystarczy podpiąć skrypt *EchoServiceScript*, w którym inputem będzie żądany adres URL lub zmienna sesyjna.

![Ilustracja 1. Przykładowy wygląd komponentu na wniosku](/files/200d4efdafc4c124140abb8f2233046084ff443b)

{% hint style="info" %}
Wniosek demo: demoExternalLink
{% endhint %}

{% hint style="info" %}
♿WCAG: [Dobre praktyki WCAG dla low-code dev](/budowanie-aplikacji/proces-biznesowy/tworzenie-procesu-biznesowego-w-bpmn-2.0/dobre-praktyki.md)
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.eximee.com/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/0-struktura-i-nawigacja/nawigacja/link-externallink.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
