We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71cebc commit 213b6b6Copy full SHA for 213b6b6
InteractiveHtmlBom/web/user-file-examples/user.css
@@ -0,0 +1 @@
1
+/* Add custom css styles and overrides here. */
InteractiveHtmlBom/web/user-file-examples/user.js
@@ -0,0 +1,4 @@
+// Example event listener.
2
+// Event argument will always be {eventType, args} dict
3
+
4
+EventHandler.registerCallback(IBOM_EVENT_TYPES.ALL, (e) => console.log(e));
InteractiveHtmlBom/web/user-file-examples/userfooter.html
@@ -0,0 +1,5 @@
+<!-- example footer -->
+</div>
+<div style="width:100%; height: 50px;">
+ Hello footer
5
InteractiveHtmlBom/web/user-file-examples/userheader.html
+<!-- example header -->
+ Hello header
+<div style="height: calc(100% - 100px)">
0 commit comments