Constructs an object that maintains the size of a div element when the window is being resized. This is only required for Internet Explorer as it ignores the respective stylesheet information for DIV elements.
Reference to the DOM node whose size should be maintained.
Optional Container that contains the div. Default is the window.
Boolean specifying if the width should be updated.
Boolean specifying if the height should be updated.
Boolean specifying if the width should be updated.
Hook for subclassers to return the height of the document (without scrollbars).
Hook for subclassers to return the width of the document (without scrollbars).
Updates the style of the DIV after the window has been resized.
Generated using TypeDoc
Maintains the size of a div element in Internet Explorer. This is a workaround for the right and bottom style being ignored in IE.
If you need a div to cover the scrollwidth and -height of a document, then you can use this class as follows: