I have the same problem and I did as Justin suggested, but it doesn't
work for me. I'm trying to get a login <div> with the tabs <div> below
it. But a new tabset <div> is created at the top (just as the specs
say) with my login <div> under the tabs; and when I check with
FireBug, my <div id="div_tabset"> is empty. Any ideas?
<script type="text/javascript">
var tabs = new gadgets.TabSet(__MODULE_ID__, "Entry", _gel
("div_tabset"));
...
</script>
<div id="div_login">Login here<div>
<div id="div_tabset"></div>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---