Zmiany pomiędzy wersją 88 and wersją 89 dla DeployerGuide/AdvancedConfiguration/CustomRegisters
- Data i czas:
- 10/27/17 08:50:04 (7 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/AdvancedConfiguration/CustomRegisters
v88 v89 245 245 {"required":true} 246 246 }}} 247 248 249 === Maska wprowadzania dla pól tekstowych (string) === 250 251 Przykł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 265 Pełna dokumentacja mechanizmu znajduje się [https://igorescobar.github.io/jQuery-Mask-Plugin/docs.html tutaj] 247 266 248 267