This documentation relates to an earlier version of Atlassian Gadgets.
View

Unknown macro: {spacejump}

or visit the current documentation home.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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

How do I make the gadget reload when it is resized?

Enable the onResizeReload option on the view object:

view: {
  onResizeReload: true,
  template: ...
}

RELATED TOPICS

Gadget Developers' JavaScript Cookbook
Using the Atlassian Gadgets JavaScript Framework

  • No labels