Is it possible to store preferences in a google gadget without letting the user to change it?
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="title"/>
<UserPref name="pref1" display_name="pref1"/>
<UserPref name="pref2" display_name="pref2"/>
<UserPref name="pref3" display_name="pref3"/>
<Content type="html">
<![CDATA[
Hello, world!
]]>
</Content>
</Module>
Is it possible to use e.g. "pref2" as a non-changeable preference?