Link Extension

Use this extension to simulate any HTML element as an <a> link. Whenever the user clicks that element he will be navigated into the target page as if he was clicking an <a> element.

This module requires one extra option which will define the target URL to be used when navigating to the next page. Provide it in the same element as in the following example.

Options

URL | data-link-url | String | Required

The destination URL to be used after the user clicks on the element.

Example

<label data-gx-extension="link" data-link-url="http://gambio.de">Navigate To Official Website</label>
Source: