Embed another HTML document in your web application
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)
Embed an external website in a page
- (Partial) dynamic URLs.
- Scroll behavior is configurable but not guaranteed
Import the widget to your project and configure it's properties.
The widget should be embedded in a dataview connected to an object containing a String or Integer attribute.
-
Scroll - [auto, always, never] Defines whether to scroll when the contents exceed the IFrame size. Will always show scrollbars even if not strictly needed. Default: auto Setting this property does not guarantee the expected behavior, the styling of the website displayed has much influence on the scrolling behavior of the iframe.
-
URL Attribute - The attribute that returns the URL of the IFrame.
-
URL prefix - Optional URL prefix. The attribute value is prefixed with this value.