Categories | Question details Back To List | ||
New tab need to create as Next tab instead of creating as last tab in the tabber I have a tabBar with 6 tabs, when user select any hyperlink in the tab 1 i need to create a new tab next to that tab instead of creating after 6th tab. which method and parameter i need use.. Answer posted by Alex (support) on Apr 03, 2009 04:46 Tabbar provides the addTab method. The 4th parameter of this method is an index. For more details, please, see the documentation: http://dhtmlx.com/docs/products/dhtmlxTabbar/doc/alpha.html |