Zmiany pomiędzy wersją 88 and wersją 89 dla DeployerGuide/AdvancedConfiguration/CustomRegisters

Pokaż
Ignoruj:
Data i czas:
10/27/17 08:50:04 (7 years temu)
Autor:
MK (IP: 83.144.106.170)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/AdvancedConfiguration/CustomRegisters

    v88 v89  
    245245{"required":true} 
    246246}}} 
     247 
     248 
     249=== Maska wprowadzania dla pól tekstowych (string) === 
     250 
     251Przykład definicji pola do wprowadzania kwoty: 
     252{{{ 
     253{ 
     254    "mask": { 
     255        "mask": "# ##0,00", 
     256        "reverse": true 
     257    }, 
     258    "widget": { 
     259        "style": "text-align:right;", 
     260        "width": "140px" 
     261    } 
     262} 
     263}}} 
     264 
     265Pełna dokumentacja mechanizmu znajduje się [https://igorescobar.github.io/jQuery-Mask-Plugin/docs.html tutaj] 
    247266 
    248267