This page is part of the Gadget Developers' JavaScript Cookbook.
There are a couple of UserPref
values that the framework can use to add functionality to the gadget:
1 2<UserPref name="isConfigured" datatype="hidden" default_value="false" /> <UserPref name="refresh" datatype="hidden" default_value="false"/> <UserPref name="isPopup" datatype="hidden" default_value="false"/>
Where:
Gadget Developers' JavaScript Cookbook
Using the Atlassian Gadgets JavaScript Framework
Rate this page: