source: companies/serpro/emailadmin/js/jscode/editProfile.js @ 903

Revision 903, 333 bytes checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

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.