Last updated Dec 8, 2017

Restricting edit permissions on your gadget preferences

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

How do I restrict who can edit my gadget preferences?

Use the framework and include the views feature:

1
2
<Require feature="views" />

Note: This is an Atlassian-specific extension to the views feature.

Gadget Developers' JavaScript Cookbook
Using the Atlassian Gadgets JavaScript Framework

Rate this page: