This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Visu updates / changelog (20260710 - beta)
#9
Version 20260710 (beta)

! Features from the beta version will not be available in the cloud until it becomes a stable version ! 

Most notable changes: 

- Local apps can be modified when used in frame by JavaScript. 
Example code:
Code:
const widgetId = 5 const css = ` body { background: pink } ` Visu.on('widget-ready', widgetId, ({ widget }) => {   const el = widget.getEl()   if (!el) {     return   }     const frame = el.querySelector('iframe')   if (!frame) {     return   }   frame.addEventListener('load', () => {     const doc = frame.contentDocument     const style = doc.createElement('style')     doc.head.appendChild(style)     style.appendChild(doc.createTextNode(css))   }) })
Modify the widget ID and CSS part as needed.

Attached Files
.ipk   visu-20260710.ipk (Size: 814.67 KB / Downloads: 13)
------------------------------
Ctrl+F5


Messages In This Thread
RE: Visu updates / changelog - by admin - 06.02.2026, 12:56
RE: Visu updates / changelog (20260618 - beta) - by Daniel - 13.07.2026, 10:13

Forum Jump: