Zmiany pomiędzy wersją 77 and wersją 78 dla DeployerGuide/Customization/ProcessAutomation
- Data i czas:
- 11/04/11 14:47:56 (13 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Customization/ProcessAutomation
v77 v78 27 27 {{{ 28 28 #!html 29 <script> 30 expandCommandDef = function() { 31 alert(1); 32 } 33 </script> 34 <p style="font-weight:bold;" id="DecreeDocumentCommand" onclick="expandCommandDef(this.firstChild)">Przekaż dokument</p> 35 }}} 36 {{{ 37 #!html 38 <div id="DecreeDocumentCommandInner"> 39 }}} 29 <p style="font-weight:bold;" id="DecreeDocumentCommand">Przekaż dokument</p> 30 }}} 31 40 32 Komenda służy do automatycznego przekazywania dokumentu na wybrane stanowiska. 41 33