We would need to programatically open a particular tab in the horizontal tab menu.
Return to Recent Questions
Q:
We would need to programatically open a particular tab in the horizontal tab menu.
A:
Unfortunately Deluxe Tabs doesn't support API functions now.
You can use the following function to open specific tab:
dtabs_itemClick(menuInd,itemInd);
where
menuInd - index of a tab menu on a page, >= 0.
itemInd - index of a item, >=0.
For example:
<DIV onClick="dtabs_itemClick(0,2)" style="width: 200px; border: 2px solid #000;"> Click to open the third tab </DIV>
Return to Recent Questions
Related:
- Sep 17, 2006 - How can your javascript onmouseover menu be set to open by click?
- Sep 24, 2006 - If there is a way of establishing the width at "runtime" in the javascript dynamic menu?
- Oct 07, 2006 - How do you change the back ground color of the javascript horizontal menus?
- Oct 15, 2006 - There's some problems when we use two javascript horizontal menus.
- Oct 16, 2006 - I need the sub menu of the drop menu to be vertical instead of horizontal
- Oct 21, 2006 - I want to get the URL or file name to be open in javascript mouseover menu by click...
- Nov 14, 2006 - Can dhtml menu script work with tables ?
- Dec 02, 2006 - I have several questions about dynamic horizontal menu.
- Dec 14, 2006 - How to use a dhtml javascript menu item so that it opens a window at a certain size?
- Dec 24, 2006 - Images don't appear in my vertical menu with horizontal submenus.
- Dec 25, 2006 - The mouseover menu javascript will continue to expand horizontally.
|