Set URL React

Content Type: Widget
Categories: Utility

Overview

Widget to overwrite or append the url of a page, best used in combination with the Deeplink Module.

Documentation

Demo urlhttps://seturlreact-sandbox.mxapps.io/

Set URL React

This is a widget that overwrites the url of the page. For example from /p/accountoverview to /link/accounts.

There is no need to fill in the base-url of the application, this is done automatically.

This widget in itself doesn't do much except visually change the url in your browser. If you want to actually have a working URL you should use this widget together the the Deeplink Module.

Features

  • Overwrite or append page url
  • Strips spaces from url

Usage

  • Add the widget to the page you wish to overwrite the URL for.
  • Configure the desired url in the widget (without the base app url).
  • If you only wish to append something to the existing url simply set the append setting to true (you could use this to for example set a query parameter to the page like ?pagenumber=2)

Demo project

https://seturlreact-sandbox.mxapps.io/

Issues, suggestions and feature requests

https://github.com/hunterkoppenclevr/setURLReact/issues

Releases

Version: 1.2.0
Framework Version: 9.6.12
Release Notes: Added append functionality to only append something to the url instead of overwriting.
Version: 1.1.0
Framework Version: 9.6.10
Release Notes: Bugfix for slow loading pages and better handling between static text and dynamic text
Version: 1.0.0
Framework Version: 9.6.10
Release Notes: Initial release