Please give your suggestions and updates on the same.
On Jun 24, 3:37 pm, Nishtha <[email protected]> wrote:
> I am using showTeachers as a user pref parameter in the gadget. and
> passing it to content type url as:
>
> <UserPref name="showTeachers" display_name="Show Teacher"
> required="true" datatype="bool"/>
> <Content type="url" href="http://test-aatetsting.appspot.com?
> param=__UP_showTeachers__">
>
> http://test-aatetsting.appspot.com: This is the python application i
> am using. Here i try to fetch the parameter as the following from the
> request:
>
> showTeachers = str(self.request.get('showTeachers'))
>
> Its not working.
>
> Another thing I read is urlparam attribute to be used for content type
> url
>
> http://code.google.com/apis/gadgets/docs/legacy/reference.html#Userpr...
>
> urlparam = Optional string to pass as the parameter name for content
> type="url".
>
> Is this to be used? if so then how?
>
> Please help
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---