Gets a reference to the Window footer DOM element.
Namespace: MindFusion.Common.UI
File: Window.js
SyntaxJavaScript
Copy Code
|
|---|
get footer() {} |
HTMLDivElement
ExampleThe following code sets the background of the Window footer to a light gray colour.
JavaScript
Copy Code
|
|---|
| window.footer.style.background = "#CECECE"; |
See Also