Hi all,
I'm facing an issue with tabs using the:
var tabs = new _IG_Tabs(__MODULE_ID__, "Tab Name");
API.
My gadget looks great until I use DHTML to change an element with a
tab using:
document.getElementById("elementID").innerHTML = "new content" or
document.getElementById("elementID").value = "new value"
What happens is, the DHTML change takes place fine, but the tabrow is
redrawn underneath the existing one, resulting in a new row of
identical tabs for each DHTML change.
Very annoying.
Does anyone have any experience with this? What is the solution?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---