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?
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
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.....
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.....
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
