Skip to content

Commit 67a0584

Browse files
save file
1 parent fcb79b9 commit 67a0584

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

html-components/html-components.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,37 @@ <h3>
293293
components is all that is required.
294294
</p>
295295

296+
<p>
297+
when the ?hdr parameter is used, after component initialisation is complete, a user function is called. This function can can be named
298+
any of these names :
299+
</p>
300+
<ul>
301+
<li>
302+
mod.onReady();
303+
</li>
304+
<li>
305+
mod.onready();
306+
</li>
307+
<li>
308+
mod.ready();
309+
</li>
310+
<li>
311+
mod.start();
312+
</li>
313+
<li>
314+
onReady();
315+
</li>
316+
<li>
317+
onready();
318+
</li>
319+
<li>
320+
ready();
321+
</li>
322+
<li>
323+
start();
324+
</li>
325+
</ul>
326+
296327
<p>
297328
here is a simple example that includes the web-console
298329
</P>
@@ -377,6 +408,7 @@ <h3>
377408

378409
<br>
379410
<br>
411+
<hr>
380412

381413
<div>
382414
<p>

0 commit comments

Comments
 (0)