source: trunk/emailadmin/js/jscode/editProfile.js @ 2

Revision 2, 333 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1var tab = new Tabs(4,'activetab','inactivetab','tab','tabcontent','','','tabpage');
2var smtp = new Tabs(2,'activetab','inactivetab','smtp','smtpcontent','smtpselector','','');
3var imap = new Tabs(3,'activetab','inactivetab','imap','imapcontent','imapselector','','');
4
5function initAll()
6{
7        tab.init();
8        smtp.init();
9        imap.init();
10}
Note: See TracBrowser for help on using the repository browser.