On Jun 25, 6:17 am, anjs <[email protected]> wrote: > Q.1 I have a list of values that are fetched from a spreadsheet query. > I need to populate my first user pref object with this list. Is it > possible?
Only within your gadget JS, using the setprefs library of the API. So for instance, you can't do this for a required pref whose value the user needs to set (using the built-in UI) before your gadget will display. > Q.2 Now when I select a value from first user pref drop down, then my > second user pref should get populated. Is this possible? Not using the built-in pref UI. You'd need to generate your own UI (using an HTML form, usually) and implement this yourself. String --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
