Hi,
My application is developed in JSF. I am trying to add gadget from
this application to igoogle.
Here is my xml looks like:
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="Demo Preloads" description="Demo Preloads">
</ModulePrefs>
<UserPref
name="myname"
display_name="Name"
required="true" />
<UserPref
name="mycolor"
display_name="Color"
default_value="Pink"
datatype="enum" >
<EnumValue value="Blue" />
<EnumValue value="Yellow" />
<EnumValue value="Pink" />
<EnumValue value="Gray" />
</UserPref>
<Content type="url" href="http://phd.estenda.com/mhealth250/gadgets/
test1.faces" />
</Module>
Please help me to figure out I am doing this in correct way or not?
Thanks,
--
You received this message because you are subscribed to the Google Groups
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/Google-Gadgets-API?hl=en.