Hi, Glimpsing at your code, I believe you're using the gadgets tabs mechanism wrong. See here for documentation: http://code.google.com/apis/gadgets/docs/legacy/reference.html#Ref_Tabs
For instance, one of the ways to make it work would be to give the tab a div, and then only content in that specific div would be drawn for the tab. You do that using *contentContainer *(see in the link I gave). Then if in that div, you put another div, say table_div, and draw the table within that div, It should not appear in any other tab. Try it and let me know if it works. - VizBoy. On Wed, Mar 4, 2009 at 2:55 AM, [email protected] <[email protected]>wrote: > > hey, > I'm using a table visualization inside my gadget which pulls data from > a spreadsheet. I'm also using multiple tabs in my gadget. > Please check out my code here: > > > http://hosting.gmodules.com/ig/gadgets/file/101077788300658951746/testing.xml > > Now my problem is that i want to draw the visualization table inside a > single tab(spreadsheet tab in my gadget). i used javascript inside my > spreadsheet tab div hoping it would only draw there but the table > loads in every other tab too. > > Please help me out on this guys. > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Visualization API" 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-visualization-api?hl=en -~----------~----~----~----~------~----~------~--~---
