Skip to content

Commit 3506c37

Browse files
save file
1 parent 2621dfc commit 3506c37

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

html-components/html-components.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,21 @@
4343
var menu;
4444

4545
var ex1;
46-
46+
var ex2;
4747

4848
async function init(){
4949

5050
menu = menumod();
5151

5252
ex1 = mod.ex1;
53+
ex2 = mod.ex2;
5354

5455
ex1.initmod({ext,$,menu,ace});
56+
ex2.initmod({ext,$,menu,ace});
5557

5658
await Promise.all([
5759
ex1.init(),
60+
ex2.init(),
5861
]);
5962

6063
initdom();
@@ -146,7 +149,7 @@
146149

147150

148151
<html-components-hdr component=page>
149-
<img class=title src='images/html-components.png' style='top:-15px;height:80px' alt='deploy cloud run service'>
152+
<img class=title src='images/html-components.png' style='top:-5px;height:80px' alt='deploy cloud run service'>
150153
<time slot=date datetime=2025-11-08>08 Nov 2025</time>
151154
</html-components-hdr>
152155

@@ -220,6 +223,10 @@
220223
</div>
221224

222225
<div>
226+
<p>
227+
this is the code for the log-mod component
228+
</p>
229+
<web-editor id=ex2 component fullsize src='https://libs.ext-code.com/html/log-mod/log-mod.html'></web-editor>
223230
</div>
224231

225232

@@ -325,8 +332,12 @@
325332

326333

327334
function initdom(){
335+
328336

329337
ex1.initdom();
338+
ex2.initdom();
339+
340+
330341

331342
}//initdom
332343

0 commit comments

Comments
 (0)