Add iframe submenu by scripting API

Delete menu by scripting API
This commit is contained in:
GRL
2021-08-24 17:35:06 +02:00
parent 49eb28dacf
commit f3c4d344b3
11 changed files with 251 additions and 328 deletions
@@ -0,0 +1,16 @@
<script lang="ts">
export let iframe: string;
</script>
<iframe title="customSubMenu" src="{iframe}"></iframe>
<style lang="scss">
iframe {
border: none;
height: calc(100% - 56px);
width: 100%;
margin: 0;
}
</style>