All Versions
Gadgets and Dashboards 3.0Gadgets and Dashboards 2.0
Gadgets and Dashboards 1.0
More...
This page is part of the Gadget Developers' JavaScript Cookbook.
This will add a reload icon to the footer of the gadget and an auto-reload option to the config screen:
refresh
userpref defaulted to false:
<UserPref name="refresh" datatype="hidden" default_value="false" />
view
config object:
view: {
enableReload: true,
template: ...
}
Gadget Developers' JavaScript Cookbook
Using the Atlassian Gadgets JavaScript Framework