Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flowfuse/node-red-dashboard-2-ui-iframe
A Node-RED Dashboard 2.0 widget that allows you to embed an iframe into your dashboard
https://github.com/flowfuse/node-red-dashboard-2-ui-iframe
Last synced: 1 day ago
JSON representation
A Node-RED Dashboard 2.0 widget that allows you to embed an iframe into your dashboard
- Host: GitHub
- URL: https://github.com/flowfuse/node-red-dashboard-2-ui-iframe
- Owner: FlowFuse
- License: apache-2.0
- Created: 2024-05-10T14:20:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T15:28:04.000Z (about 2 months ago)
- Last Synced: 2024-11-10T22:46:20.937Z (4 days ago)
- Language: HTML
- Size: 172 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dashboard 2.0 Node: `ui-frame`
This node allows you to embed an external webpage into your Dashboard 2.0 applications using an iframe. This can be useful for displaying content from other services or websites.
## Configuration
### Properties
- **size**: Width and height of the iframe in the context of the Dashboard layout. It's recommended _not_ to use _"auto"_ sizing.
- **src**: The URL of the webpage you want to embed in the iframe.### Dynamic Configuration
You can override the `src` value defined in Node-RED by passing a `msg.src` value to the iframe. This can be useful for dynamically changing the content of the iframe based on user input or other events.