This widget enables you to redirect to a URL.
For more information on contributing to this repository visit [Contributing to a GitHub repository] (https://world.mendix.com/display/howto50/Contributing+to+a+GitHub+repository)
Redirect to a static url or a URL stored as a value in an object.
- Open redirect URL in a new browser window or in the current window
- Combine prefix URL with a dynamic URL part
Import the widget to your project and add the widget to a dataview on a page. Configure the properties to determine how the widget will behave in your application.
###Properties
- URL(prefix) - URL to redirect to. (E.g. http://www.mendix.com)
- URL Attribute - Attribute containing a URL value to redirect to. (E.g. http://www.mendix.com, you could also combine with the prefix value and add the value '/learn' to it)
- Target - Window where the redirect URL should be opened