Wiki source code of Validationsregel-Plugin
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
5.3 | 1 | [[**Plugin download**>>url:https://customer.formcycle.eu/index.php/s/a87vavAsNcFHMId||rel="noopener noreferrer" target="_blank"]] |
![]() |
4.5 | 2 | |
![]() |
1.1 | 3 | {{content/}} |
4 | |||
![]() |
5.3 | 5 | {{figure image="plugin_common_validation_rules_en.png" width="600"}} |
6 | The validation rule plugins adds new data types to the {{designer /}}. You can select a data type in the properties panel to the right. | ||
![]() |
4.1 | 7 | {{/figure}} |
8 | |||
![]() |
5.3 | 9 | This plugin adds a few commonly used data types to the {{designer/}}. |
![]() |
1.1 | 10 | |
![]() |
5.3 | 11 | == Available data types == |
![]() |
1.1 | 12 | |
![]() |
5.3 | 13 | Once you have installed this plugin, there are a few new data types available for form fields of type [[input>>doc:Formcycle.FormDesigner.FormElements.Input]] and [[textarea>>doc:Formcycle.FormDesigner.FormElements.Textarea]]: |
![]() |
1.1 | 14 | |
![]() |
5.3 | 15 | ; Amount of money |
16 | : Validates for an amount of money, with up to two decimal places and a comman as the decimal separator. | ||
17 | ; BIC 11 characters (domestic) | ||
18 | : Validates for an international bank identifier with exactly 11 characters. | ||
19 | ; BIC 8-11 characters (foreign country) | ||
20 | : Validates for an international bank identifier with 8 to 11 characters, allowing foreign bank account numbers. | ||
21 | ; BIC 8-11 characters | ||
22 | : Validates for an international bank identifier with 8 to 11 characters. | ||
![]() |
4.1 | 23 | ; IBAN |
![]() |
5.3 | 24 | : Validates for an international bank account number. |
25 | ; Number (decimal separator: period) | ||
26 | : Validates for a decimal number with a period as the decimal separator. Decimal places are not required. | ||
![]() |
1.1 | 27 | |
28 | == Versionshistorie == | ||
29 | |||
![]() |
5.3 | 30 | === 1.1.1 === |
![]() |
5.2 | 31 | |
![]() |
5.3 | 32 | * Fix: IE Java-Script |
![]() |
5.2 | 33 | |
![]() |
4.7 | 34 | === 1.0.1 === |
35 | |||
![]() |
5.3 | 36 | * Fix: Validation did not always work correctly for repeated elements. |
![]() |
5.2 | 37 | |
![]() |
1.1 | 38 | === 1.0.0 === |
39 | |||
40 | * Initialer Release. |