[Mapbender-commits] r1733 - trunk/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Oct 16 03:52:24 EDT 2007
Author: verenadiewald
Date: 2007-10-16 03:52:24 -0400 (Tue, 16 Oct 2007)
New Revision: 1733
Modified:
trunk/mapbender/http/javascripts/mod_tab.js
Log:
new function tab_open
Modified: trunk/mapbender/http/javascripts/mod_tab.js
===================================================================
--- trunk/mapbender/http/javascripts/mod_tab.js 2007-10-15 14:43:13 UTC (rev 1732)
+++ trunk/mapbender/http/javascripts/mod_tab.js 2007-10-16 07:52:24 UTC (rev 1733)
@@ -17,6 +17,10 @@
mb_registerInitFunctions('tab_init()');
+function tab_open(elementName) {
+ tabs.activateTab(elementName);
+}
+
function tab_init(){
var obj = document.getElementById("tabs").style;
More information about the Mapbender_commits
mailing list