HI Gurus

Can you please help me with the following requirement.

I added tabs for the OS app using TabSet. I created empty div,
associated each div with one tab. In callback method of the tab I am
setting the div to an iframe by specifying the source url of my
website. Now if I want to add sub tabs for the div content also which
approach I have to use.

1) In the global init function (onLoadHandler) while creating the main
tab structure itself

(or)

2) In the call back function of the main tab function

a) In both the cases how should my below call should be now for
subtabs.

new gadgets.TabSet(__MODULE_ID__, null,
document.getElementById('tabs_div'));

b) Will there be any disadvantage with the approach 2??


This might be very silly for the experts but I spent lot of time
trying this( I am new to JS and OS).

Thanks in Adavce.
Krishna


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" 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-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to