Zmiany pomiędzy wersją 6 and wersją 7 dla DeployerGuide/AdvancedConfiguration/CustomRegisters
- Data i czas:
- 07/08/14 12:40:39 (10 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/AdvancedConfiguration/CustomRegisters
v6 v7 88 88 89 89 == Definicje pól dla rejestru == 90 91 === Walidacja wartości w polach === 92 93 przykłady: 94 95 {{{ 96 -- liczba dowolnej długości 97 {"validator":"/^\d+$/"} 98 -- kwota (np. 1111111,11) 99 {"validator":"/^\d{1,7}(?:[\.,]\d{1,2})?$/"} 100 }}} 101 90 102 91 103 === Ustawianie wartości domyślnych ===