We were wondering is there any api for the deluxmenu js tabs available? We would need to programatically open a particular tab.
Return to Recent Questions
Q:
Our company bought the deluxemenu bundle about one year ago.
We were wondering is there any api for the deluxmenu js tabs available?
We would need to programatically open a particular tab.
A:
No, 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:
- Feb 06, 2007 - We use IFrames and Frameset. Will Deluxe-Menu and Deluxe menu tabs work for us?
- Feb 07, 2007 - Can you create/destroy tabs javascript with only client side javascript
- Feb 17, 2007 - How I can edit/specify the color schemes on the Glass style tabs in html?
- March 08, 2007 - Which file(s) I must change to change the content of each tab in the tabs dhtml?
- April 14, 2007 - I want to open links in a new window in the website tabs menu?
- April 25, 2007 - html drop menu won't mouseover and won't open the submenus and it gives a js error
- May 24, 2007 - How I can add content below the dhtml tabs menu, like you have on your site?
- June 07, 2007 - I cannot add icon before each item in the sub-menu in javascript tabs.
- June 20, 2007 - I am trying to make the javascript tabs all the same width...
- June 20, 2007 - I would like to create two level of tabs javascript. How I can do it?
- July 07, 2007 - My question is that not all my javascript html tabs point to the same target
|