I am writing a spreadsheet gadget. The user can customize the gadget visually. e.g. resize column widths. My gadget should store the gadget customization done by the user.
Storing gadget customization as 'user preferences' did not work for me. please answer here if you know how: http://groups.google.com/group/Google-Gadgets-API/browse_thread/thread/5cd421a959578e08/3e938c86b8fea0f0?lnk=gst&q=shai+ben-yehuda#3e938c86b8fea0f0 I can workaround it, if I can get a unique and persistent id of the gadget instantiation in my javascript gadget code. In this case, I would read/write the preferences data to an external db with this id as a key. Another option is to write the preferences back to the document itself in a far/hidden place? Can I do that? Please answer here if you know how: http://groups.google.com/group/Google-Gadgets-API/browse_thread/thread/6f5af504658dde71# Thanks, Shai -- 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.
