mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
WIP implementing Iframe widget:
- Add fullscreen option
This commit is contained in:
parent
be57764fa6
commit
76a1f3c584
@ -50,7 +50,7 @@ export class Et2Iframe extends Et2Widget(SlotMixin(LitElement))
|
|||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
return html` <iframe ${this.id ? html`id="${this.id}"` : ''}></iframe>`;
|
return html` <iframe ${this.id ? html`id="${this.id}"` : ''} allowfullscreen="${this.fullscreen}"></iframe>`;
|
||||||
}
|
}
|
||||||
|
|
||||||
__getIframeNode()
|
__getIframeNode()
|
||||||
|
Loading…
Reference in New Issue
Block a user