source: sandbox/2.3-MailArchiver/emailadmin/js/jscode/editProfile.js @ 6779

Revision 6779, 333 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

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.