Search
Window.footer Property
See Also
 






Gets a reference to the Window footer DOM element.

Namespace: MindFusion.Common.UI
File: Window.js

 Syntax

JavaScript  Copy Code

get footer() {}

 Property Value

HTMLDivElement

 Example

The following code sets the background of the Window footer to a light gray colour.

JavaScript  Copy Code
window.footer.style.background = "#CECECE";

 See Also