0321 from macmini
This commit is contained in:
1
3rdparty/plugins/org_openscopeproject_InteractiveHtmlBom/web/user-file-examples/user.css
vendored
Normal file
1
3rdparty/plugins/org_openscopeproject_InteractiveHtmlBom/web/user-file-examples/user.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
/* Add custom css styles and overrides here. */
|
4
3rdparty/plugins/org_openscopeproject_InteractiveHtmlBom/web/user-file-examples/user.js
vendored
Normal file
4
3rdparty/plugins/org_openscopeproject_InteractiveHtmlBom/web/user-file-examples/user.js
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
// Example event listener.
|
||||
// Event argument will always be {eventType, args} dict
|
||||
|
||||
EventHandler.registerCallback(IBOM_EVENT_TYPES.ALL, (e) => console.log(e));
|
@ -0,0 +1,5 @@
|
||||
<!-- example footer -->
|
||||
</div>
|
||||
<div style="width:100%; height: 50px;">
|
||||
Hello footer
|
||||
</div>
|
@ -0,0 +1,5 @@
|
||||
<!-- example header -->
|
||||
<div style="width:100%; height: 50px;">
|
||||
Hello header
|
||||
</div>
|
||||
<div style="height: calc(100% - 100px)">
|
Reference in New Issue
Block a user