Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed Dec 2, 2020
1 parent a961a25 commit 5536a4d
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions node-red-node-ui-iframe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,11 @@ run the following command in your Node-RED user directory - typically `~/.node-r
Usage
-----

`ui-iframe` node is a UI widget that can be used to embed an external
Web page in a Node-RED dashboard.
The `ui-iframe` node is a UI widget that can be used to embed an external Web page in a Node-RED dashboard.

The URL of embedded Web page can be specified by URL item of settings
menu or `url` property of an input message.
The URL of a web page to embed can be specified in the settings menu or by the `url` property of an input message.

`payload` property of input message specifies a data sent to the
embedded page using Web messaging API. If a data from the embedded
Web page is received via Web messaging API, it is output as the
`payload` value the of outgoing message.
The `payload` property of the input message specifies data to send to the embedded page using the Web messaging API (postMessage). This allows commands to be sent to the embedded page. This is not supported by all browsers (like IE). If data from the embedded web page is received via the Web messaging API, it is output as the `payload` value the of the outgoing message.

Example
-------
Expand Down

0 comments on commit 5536a4d

Please sign in to comment.