This page last changed on Sep 14, 2009 by tmoore.

This page is part of the Gadget Developers' JavaScript Cookbook.

How do I make gadgets.window.adjustHeight() be called when the window is resized?

Enable the onResizeAdjustHeight option on the view object:

view: {
  onResizeAdjustHeight: true,
  template: ...
}
RELATED TOPICS

Gadget Developers' JavaScript Cookbook
Using the Atlassian Gadgets JavaScript Framework

Document generated by Confluence on Nov 22, 2009 17:46