egroupware/felamimail/js/jscode/editProfile.js

14 lines
205 B
JavaScript
Raw Normal View History

2007-04-15 18:29:22 +02:00
var tab = new Tabs(2,'activetab','inactivetab','tab','tabcontent','','','tabpage');
function initAll(_editMode)
{
tab.init();
switch(_editMode)
{
case 'vacation':
tab.display(2);
break;
}
}