Zmiany pomiędzy wersją 83 and wersją 84 dla DeployerGuide/Customization/ProcessAutomation
- Data i czas:
- 11/04/11 14:58:26 (13 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Customization/ProcessAutomation
v83 v84 28 28 #!html 29 29 <script> 30 expandDD = function() {alert(1);} 30 expandDD = function(id) { 31 $(id+'Params').style.display = 'block'; 32 } 31 33 </script> 32 <p style="font-weight:bold;" id="DecreeDocumentCommand" onclick="expandDD( )">Przekaż dokument</p>33 }}} 34 {{{ 35 #!html 36 <div style="display:none;" >34 <p style="font-weight:bold;" id="DecreeDocumentCommand" onclick="expandDD('DecreeDocumentCommand')">Przekaż dokument</p> 35 }}} 36 {{{ 37 #!html 38 <div style="display:none;" id="DecreeDocumentCommandParams"> 37 39 }}} 38 40 Komenda służy do automatycznego przekazywania dokumentu na wybrane stanowiska.