2
0
mirror of https://github.com/esiur/iui.git synced 2026-04-04 15:08:21 +00:00
This commit is contained in:
2024-07-05 17:38:34 +03:00
parent 0709891cf0
commit 19917791df
3 changed files with 105 additions and 35 deletions

View File

@@ -24,6 +24,10 @@ export default IUI.module(class Layout extends HTMLElement// IUIElement
// this.style.display = "none";
//}
async create() {
await super.create();
}
static getHTML(el, removeSelf = false) {
for (var i = 0; i < el.children.length; i++)
if (el.children[i] instanceof Layout) {