hi,

we are in November, and i try to create tab like in API example... but
it not work ...

<script type="text/javascript">
        function startup()
        {
                var tabs = new gadgets.TabSet(__MODULE_ID__,
"Search");
                tabs.addTab("Search","content_div");
                tabs.add("Top","top_div");
        }
        startup();
          </script>
      <div id="content_div">COntent 1...2....3</div>
      <div id="top_div">Top 10</div>

and message on firefox error console :

Erreur : gadgets.TabSet is not a constructor

how can i create Tabs? :)

On Oct 20, 7:19 pm, "Dan (Google Employee)" <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> Unfortunately, a recent iGoogle update disabled gadgets.* API calls in
> the sandbox. A fix for this should appear tomorrow.
>
> Best,
> Dan
>
> On Oct 20, 2:05 am, Ric <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > I get this the following error from gadgets using tabs (even an
> > example from the gadgets.* API Developer's Guide) using Chrome or IE7:
>
> > JavaScript Debugger
> > uncaught exception TypeError: undefined is not a constructor
>
> > $ frame
> > #0
> > undefinedhttp://125.gmodules.com/ig/ifr?view=home&url=http://www.sevasa.org/Ri...
> > 7: var tabs = new gadgets.TabSet(125, "Two");
>
> > Any idea what's going on? Thanks.
>
> > Ricardo

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to