Skip to content

Commit cae9dc5

Browse files
save file
1 parent 87029a3 commit cae9dc5

File tree

1 file changed

+106
-0
lines changed

1 file changed

+106
-0
lines changed
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
2+
3+
4+
<!DOCTYPE html>
5+
6+
7+
<html lang=en>
8+
9+
<head>
10+
<meta charset=utf-8>
11+
12+
<title>
13+
html component : web-editor
14+
</title>
15+
16+
<meta name=description content=''>
17+
18+
<base href='https://ext-code.com/html-components/list/web-editor/web-editor.html'>
19+
<link rel=canonical href='https://ext-code.com/html-components/html-component-list/html-component-list.html'>
20+
21+
<meta>
22+
<link rel=icon href=''>
23+
24+
25+
<script src='https://libs.ext-code.com/js/dom/component/component.js'></script>
26+
27+
<script init>
28+
console.clear();
29+
console.log('html-component-list.html');
30+
console.log();
31+
console.json=v=>console.log(JSON.stringify(v,null,4));
32+
var version = 'v2.0'
33+
;
34+
var df=true,did='html'
35+
;
36+
37+
var ext,$,datatype,keydown,menumod
38+
;
39+
40+
var menu;
41+
42+
var hdr;
43+
var log;
44+
45+
46+
47+
async function init(){
48+
}//init
49+
50+
51+
(()=>{
52+
53+
mod.stack.add;
54+
55+
({ext} = await import('https://libs.ext-code.com/');
56+
57+
[$,datatype,keydown,menumod] = await ext.load.libs('');
58+
59+
mod.stack.complete;
60+
61+
})();
62+
63+
</script>
64+
65+
66+
<style>
67+
68+
69+
70+
</style>
71+
72+
</head>
73+
74+
75+
<body>
76+
77+
<div class=description>
78+
79+
The web-editor component produces an editor in the webpage
80+
81+
</div>
82+
83+
<code>
84+
85+
</code>
86+
87+
<web-editor component id=mod src=''></web-editor>
88+
89+
90+
</body>
91+
92+
93+
<script>
94+
95+
96+
function initdom(){
97+
}//initdom
98+
99+
//:
100+
101+
102+
</script>
103+
104+
105+
</html>
106+

0 commit comments

Comments
 (0)