|
69 | 69 | //keydown = keydown(); |
70 | 70 | menu = menumod(); |
71 | 71 |
|
72 | | - hdr = mod.hdr; |
| 72 | + hdr = mod['editors-hdr']; |
73 | 73 | mainmenu = mod['main-menu']; |
74 | | - filemod = mod.filemod; |
| 74 | + filemod = mod['file-mod']; |
75 | 75 | publish = mod['publish-ui']; |
76 | | - editor = mod.editor; |
77 | | - output = mod.output; |
78 | | - log = mod.log; |
| 76 | + editor = mod['web-editor']; |
| 77 | + output = mod['output-console'] |
| 78 | + log = mod['log-mod']; |
| 79 | + |
79 | 80 |
|
80 | 81 | menu.initmod({keydown}); |
81 | 82 |
|
|
195 | 196 | #view |
196 | 197 | {display:none;flex:1;overflow:hidden} |
197 | 198 |
|
198 | | - editor-root |
| 199 | + web-editor |
199 | 200 | {width:75%} |
200 | 201 |
|
201 | | - output-root |
| 202 | + output-console |
202 | 203 | {flex:1;overflow:auto} |
203 | 204 |
|
204 | 205 | button |
|
217 | 218 |
|
218 | 219 | <body> |
219 | 220 |
|
220 | | - <hdr component=grp v2.0> |
| 221 | + <editors-hdr component=grp> |
221 | 222 | <img class=title src='images/js-console.png' style='top:5px;height:35px'> |
222 | | - <span slot=date>24 Aug 2025</span> |
223 | | - </hdr> |
| 223 | + <time datetime=2025-10-30>30 Oct 2025</time> |
| 224 | + </editors-hdr> |
224 | 225 |
|
225 | 226 |
|
226 | 227 | <div id=hdr> |
227 | 228 |
|
228 | | - <main-menu component=page v2.0></main-menu> |
| 229 | + <main-menu component=page></main-menu> |
229 | 230 |
|
230 | | - <filemod component v2.0></filemod> |
| 231 | + <file-mod component></file-mod> |
231 | 232 |
|
232 | 233 | <div id=save-root> |
233 | 234 | <button id=save>save</button> |
|
239 | 240 | </div> |
240 | 241 | </div> |
241 | 242 |
|
242 | | - <publish-ui component v2.0></publish-ui> |
| 243 | + <publish-ui component></publish-ui> |
243 | 244 |
|
244 | 245 | <button id=run>run</button> |
245 | 246 |
|
|
271 | 272 |
|
272 | 273 | <div id=view> |
273 | 274 |
|
274 | | - <editor component v2.0></editor> |
| 275 | + <web-editor component></web-editor> |
275 | 276 |
|
276 | 277 | <div id=page-slider style='width:10px;cursor:ew-resize'></div> |
277 | 278 |
|
278 | | - <output component=page v2.0></output> |
| 279 | + <output-console component=page></output-console> |
279 | 280 |
|
280 | 281 | </div> |
281 | 282 |
|
282 | 283 |
|
283 | | - <log component v2.0></log> |
| 284 | + <log-mod component></log-mod> |
284 | 285 |
|
285 | 286 |
|
286 | 287 |
|
|
0 commit comments