I want to create a small window inside a node-red ui window to represent the html document.
For example, how can I open a google page inside a node-red ui window without opening another window?
Thank you.
I want to create a small window inside a node-red ui window to represent the html document.
For example, how can I open a google page inside a node-red ui window without opening another window?
Thank you.
Hi, you could try an iframe in a ui_template.
Search this forum for iframe - there are several threads.