Link Menu

Introduction

The Link Menu in Joget DX allows you to create a clickable link within the UI, enabling users to access external URLs or other UI menus seamlessly. Here are the properties you can configure for the Link Menu:

Configure link

To configure Link properties, in UI Builder, drag and drop the Link element onto the canvas and click on it.

When adding Link, you will see the following fields available for configuration:

  • Label: Provide a descriptive label for the link UI menu.
  • Menu ID: Item link slug. Optional field.
    Ensure that the value defined here is unique to other UI menus in the app since the first matching/conflicting ID will take precedence in page loading.
  • URL: Enter the URL or specify a UI menu ID to link to within your Joget application.
  • Target: Target window to open the link.

    Available options are:

    • New Window: Opens the link in a new browser window/tab.
    • Current Window: Opens the link in the current browser window/tab.
    • IFrame: Displays the linked content within an iframe.
    • Script: Executes a custom script when the link is clicked.

Performance & offline settings

Configure caching and offline support for optimized performance.

Cache settings

Cache settings allow you to define how content will be stored to improve performance.

Fields to Configure:

  • Scope:
    Options include are: 
    • None: No caching.
    • Application: Cache content by application where all users will see the same content.
    • User: Cache by username.
  • Duration (s): Duration in seconds to cache content defaults to 20 seconds if applicable.

For more information, see Performance Improvement with UI Caching.

PWA offline settings

The PWA offline settings enable caching for offline support, especially useful for mobile browsers.

Field to Configure:

  • Enable cache for offline support: Enable caching for offline support. This is usually set for mobile browsers. See Progressive Web Application (PWA) documentation for more details.
Created by Julieth Last modified by Aadrian on Dec 13, 2024