I was able to answer my own question. Although not exactly the same, this reference provided enough information to infer the answer I needed: https://developers.google.com/igoogle/docs/igoogledevguide#url-prefs The UserPrefs initializations can be specified as parameters in the URL of the gadget. If a UserPref name in the above example was "startDateYear", the sample URL would be modified as follows:
<script src="http://www.gmodules.com/ig/ifr?url={URL-OF-GADGET-XML} &up_startDateYear=2012 &synd=open&w=400&h=30&title=Count+Up&border= %23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> to initialize the UserPref "startDateYear" to 2012. -- You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To view this discussion on the web visit https://groups.google.com/d/msg/Google-Gadgets-API/-/_s2PtK_ay8EJ. 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.
