[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
www.dhtmlgoodies.com • View topic - tab-view.js: Maximum number of tabs
Page 1 of 1

tab-view.js: Maximum number of tabs

PostPosted: Thu Oct 12, 2006 10:12 am
by sinun

PostPosted: Sat Nov 11, 2006 10:06 pm
by Kilian
thats a fairly simpel thing to do.

FIND:
if(tabView_countTabs[parentId] >= tabView_maxNumberOfTabs){

AFTER ADD:
alert('Max tabs');

you can change Max tabs to whatever warning you like