Embedded Mode

Introduction

You can display Joget Userviews in an embedded mode with a simple tweak to the URL path. Embedded mode removes unnecessary UI elements, offering a cleaner interface ideal for integration into external systems or applications.

This guide explains two straightforward methods to activate embedded mode and provides resources to help you implement it effectively.

How does it work?

To enable embedded mode for a Joget UI, you can use one of the following methods:

Modify the URL path

Append /embed right before the userview segment in your UI URL path.

Example:
http://<domain>/jw/web/embed/userview/<app>/<id>

Add a request parameter

Add the embed=true parameter to the end of the UI URL path.

Example:
http://<domain>/jw/web/userview/<app>/<id>?embed=true

Expected outcome

  • Normal UI view.
  • Embedded UI mode view (using /embed).
  • Embedded UI mode view (using embed=true)

By using either of these methods, the Joget interface is optimized for embedding into external environments.

 

Created by Julieth Last modified by Aadrian on Dec 13, 2024