Hey
I had the same problem, here is a sample code that might help you:
in your xml file:
<Require feature="tabs" />
tabSet = new gadgets.TabSet(null, null,
document.getElementById("tabContainer"));
var o = tabSet.addTab("Tab Header 1", {
contentContainer: _gel("TabBodyId"),
tooltip: "My Tab"
});
tabSet.alignTabs('left');
This should do it.
If you have any other questions, feel free to email me.
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Orkut 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/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---