Hi all,
    I tested my gadget in the demo container of shindig. I found that when I
clicked on "setting" of the gadget, the user preference didn't be shown.
What should I do?

My gadget xml file is like this:

<?xml version="1.0" encoding="UTF-8"?>
<Module>
  <ModulePrefs title="hello world example" height="300" />
  <UserPref name="test" display_name="test" required="true"/>

  <Content type="html"><![CDATA[
    Hello, world!
    ]]></Content>
</Module>



-- 
Thanks,
Jiang

Reply via email to