yes i have because i want add tabs on the fly but in a certain position
means behind a tab that allready existing.
and then after some time i want the user to close it and remove the tab.

2008/4/1, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>
>
> 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 opensocial-orkut@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to