[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 var tab = new Tabs(2,'activetab','inactivetab','tab','tabcontent','','','tabpage'); 2 3 function initAll() 4 { 5 tab.init(); 6 } 7 8 function onCheckHandler(_nodeID) 9 { 10 xajax_doXMLHTTP('felamimail.ajaxfelamimail.updateFolderStatus',_nodeID,tree.isItemChecked(_nodeID)); 11 } 12 13 function onNodeSelect(_nodeID) 14 { 15 xajax_doXMLHTTP("felamimail.ajaxfelamimail.getFolderInfo",_nodeID); 16 } 17 18 function resetACLAddView() 19 { 20 xajax_doXMLHTTP('felamimail.ajaxfelamimail.addACL', document.getElementById('accountName').value, xajax.getFormValues('formAddACL') ); 21 document.getElementById('accountName').value = ''; 22 document.getElementById('acl_l').checked = false; 23 document.getElementById('acl_r').checked = false; 24 document.getElementById('acl_s').checked = false; 25 document.getElementById('acl_w').checked = false; 26 document.getElementById('acl_i').checked = false; 27 document.getElementById('acl_p').checked = false; 28 document.getElementById('acl_c').checked = false; 29 document.getElementById('acl_d').checked = false; 30 document.getElementById('acl_a').checked = false; 31 opener.updateACLView(); 32 } 33 34 function updateACLView() 35 { 36 xajax_doXMLHTTP('felamimail.ajaxfelamimail.updateACLView'); 37 } 38 39 function displayACLAdd(_url) 40 { 41 egw_openWindowCentered(_url,'felamiMailACL','400','200',window.outerWidth/2,window.outerHeight/2); 42 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |