You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

How to Link to a Nested Tab on Another Tab Created Aug 31, 2010

This thread is solved

Views: 1165     Replies: 2     Last reply Sep 26, 2011  
You must login first before you can use this feature

mjala

Posts: 2

Registered:
Aug 25, 2010

How to Link to a Nested Tab on Another Tab

Posted: Aug 31, 2010

How does one setup a link to a tab that is nested inside another tab? Here's what I have. On one tab I have a picture of an org chart with hotspots. On another tab I have a nested set of tabs with the individuals names. I want to activate the hotspots to link to the individual they clicked on. Haw can that be done?

boogi88

Posts: 11

Registered:
Aug 27, 2010

can be done using tabs api.....

Posted: Sep 1, 2010

Reply to: How to Link to a Nested Tab on Another Tab, from mjala
documentation:

http://flowplayer.org/tools/tabs/index.html

there is a method called tabsApi.click(index);(Please refer API documentation)

through which you can activate the inner tab.....

give me a code sample.... so i ll try to explain more.....

davemcmillan

Posts: 7

Registered:
Sep 26, 2011

Could you post the code?

Posted: Sep 26, 2011

Reply to: can be done using tabs api....., from boogi88
Hi there, I was wondering if you could post the code that you would use to access a a nested tab? I know you can use the API but I can't seem to figure it out. Basically, I need to create a link from an external page, which links directly to one of the Divs in a nested jQuery Tools tab. I know that the history fucntion doesn't seem to work on a nested tab, so not sure what else to do. Regards