mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 05:53:24 +01:00
14 lines
205 B
JavaScript
14 lines
205 B
JavaScript
var tab = new Tabs(2,'activetab','inactivetab','tab','tabcontent','','','tabpage');
|
|
|
|
function initAll(_editMode)
|
|
{
|
|
tab.init();
|
|
|
|
switch(_editMode)
|
|
{
|
|
case 'vacation':
|
|
tab.display(2);
|
|
break;
|
|
}
|
|
}
|