Knowledge Base support case for Likno Web Tabs Builder, abstracted and stripped of all user’s private info.


Initial Email From:
Bill
Initial Email Subject: Tab control
Support Case Month: July 2012

At the bottom of foxmls.com is a tab application. How can I create hyperlinks to open each tab just as if I was clicking on the tab?

web tabs

Bill

Reply From: Likno Customer Support

Dear Bill,

Try using the JavaScript API, for example:

foxmlsArticles.gotoSheet(1);

so the link full should be:

<a href="javascript:void(0);" onclick="foxmlsArticles.gotoSheet(0);" class="description3">Home Improvement</a>

Note that the numbering starts form 0, so to go to the third tab you need “gotoSheet(2)”.

Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter

Reply From: Bill

Yes.  It works great!

Thanks,
Bill

Tags: , , , , , , ,