https://github.com/mendixlabs/iframe
Embed another HTML document in your web application
https://github.com/mendixlabs/iframe
Last synced: 5 months ago
JSON representation
Embed another HTML document in your web application
- Host: GitHub
- URL: https://github.com/mendixlabs/iframe
- Owner: mendixlabs
- License: apache-2.0
- Created: 2014-09-01T09:43:21.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T11:16:08.000Z (about 5 years ago)
- Last Synced: 2024-04-13T17:55:35.050Z (about 2 years ago)
- Language: HTML
- Homepage: https://appstore.home.mendix.com/link/app/21/Mendix/IFrame
- Size: 331 KB
- Stars: 2
- Watchers: 18
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
IFrame
===
## Description
Embed another HTML document in your web application
## Contributing
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)
## Typical usage scenario
Embed an external website in a page
## Features and limitations
* (Partial) dynamic URLs.
* Scroll behavior is configurable but not guaranteed
## Installation
Import the widget to your project and configure it's properties.
## Configuration
The widget should be embedded in a dataview connected to an object containing a String or Integer attribute.
### Properties
* *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.