Zmiany pomiędzy wersją 85 and wersją 86 dla DeployerGuide/Customization/ProcessAutomation
- Data i czas:
- 11/04/11 15:02:08 (13 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Customization/ProcessAutomation
v85 v86 29 29 <script> 30 30 expandDD = function(id) { 31 document.getElementById(id+'Params').style.display = 'block'; 31 var display = document.getElementById(id+'Params').style.display; 32 document.getElementById(id+'Params').style.display = (display == 'block' ? 'none' : 'block'); 32 33 } 33 34 </script>