Hi All,
I am new to developing open social gadgets and was just trying
something really simple. I am using Shindig as my Open Social
container and have just been testing on my own machine for now. I
cannot get the settings link to show any of the UserPrefs I have added
to my gadget. I click settings and all I see is the Save and Cancel
buttons. Some of the example gadgets that come with Shindig have
preferences and they seem to work fine. When I copy the gadget xml
and run it from my server the settings don't show up anymore anymore.
Any ideas as to why this might be?
My Example:
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Test">
<Require feature="opensocial-0.8" />
<Require feature="setprefs"/>
</ModulePrefs>
<UserPref name="mylist" display_name="Add Search Terms"
datatype="list" required="true"/>
<Content type="html">
<![CDATA[
<iFrame frameborder="0" style="width:100%; height:100%;" src="http://
www.google.com"/>
]]>
</Content>
</Module>