This page is part of the Gadget Developers' JavaScript Cookbook.
gadgets.window.adjustHeight()
be called when the window is resized?Enable the onResizeAdjustHeight
option on the view object:
1 2view: { onResizeAdjustHeight: true, template: ... }
Rate this page: