Wiki source code of Widget-Plugin: Signatur
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | [[**Plugin download**>>url:https://customer.formcycle.eu/index.php/s/cyYADxNE0kZIVik||target="_blank"]] | ||
| 2 | |||
| 3 | {{content/}} | ||
| 4 | |||
| 5 | {{figure image="Widget Signatur_html_1e0db3f531b05a9c.png" clear="h1"}}Position of the widget in the designer and appearance of the element in the form.{{/figure}}{{figure image="Widget Signatur_html_3562ce6ecacc98e0.png" clear="h1"}}Example of an inserted signature in a form. The red minus button in the upper right corner can be used to delete an inserted signature.{{/figure}} | ||
| 6 | The plugin provides a new input element in the designer and allows drawing with the mouse in a designated area and is intended as a digital signature field. | ||
| 7 | |||
| 8 | == Functional description == | ||
| 9 | |||
| 10 | The use of this element is particularly useful in combination with a touch screen or electronic pen input. After drawing the signature, the element generates an image file which is sent to the server as Base64 encoded text with the form. | ||
| 11 | |||
| 12 | == Installation == | ||
| 13 | |||
| 14 | The plugin can be installed as client plugin or system plugin. Instructions for installing plugins can be found [[here>>doc:Formcycle.UserInterface.Client.Plugins]]. | ||
| 15 | |||
| 16 | == Used CSS classes == | ||
| 17 | |||
| 18 | The element uses the following CSS classes: | ||
| 19 | |||
| 20 | * Signature element: **.XSignature** | ||
| 21 | |||
| 22 | * Container of the signature element: **.CXSignature** | ||
| 23 | |||
| 24 | == Version history == | ||
| 25 | |||
| 26 | === 2.2.3 === | ||
| 27 | |||
| 28 | * Fixes: Partial fix for redisplay of dynamic signatures | ||
| 29 | |||
| 30 | === 2.2.2 === | ||
| 31 | |||
| 32 | * Fixes: Change event is now triggered upon change | ||
| 33 | |||
| 34 | === 2.2.1 === | ||
| 35 | |||
| 36 | * Fixes: Validation and image errors | ||
| 37 | |||
| 38 | === 2.2.0 === | ||
| 39 | |||
| 40 | * Feature: Stroke color is now configurable in the designer | ||
| 41 | * Feature: Background image for the signature area is now configurable in the designer | ||
| 42 | |||
| 43 | === 2.1.0 === | ||
| 44 | |||
| 45 | * Internal version | ||
| 46 | |||
| 47 | === 2.0.6 === | ||
| 48 | |||
| 49 | * Fixes: Initialize signature widgets on all pages before printing. Signatures on pages initially not visible were sometimes missing in the printed PDF document. The fix requires FORMCYCLE 7.0.10+ and the print service 1.3.4+, but this plugin works with older versions. | ||
| 50 | |||
| 51 | === 2.0.5 === | ||
| 52 | |||
| 53 | * Fixes: Display error in form designer | ||
| 54 | |||
| 55 | === 2.0.4 === | ||
| 56 | |||
| 57 | * Fixes: Disable drawing in disabled signature field. Remove the delete button. Prevent Drag & Drop. | ||
| 58 | |||
| 59 | === 2.0.3 === | ||
| 60 | |||
| 61 | * Feature: Widget is now usable in condition properties in form desginer | ||
| 62 | |||
| 63 | === 2.0.2 === | ||
| 64 | |||
| 65 | * Fixes: Set new attribute data-name on the hidden textarea | ||
| 66 | |||
| 67 | === 2.0.1 === | ||
| 68 | |||
| 69 | * Fixes: Fix validation, add missing attribute validate-blur and data-force-validation | ||
| 70 | |||
| 71 | === 2.0.0 === | ||
| 72 | |||
| 73 | * Initial release for {{formcycle/}} version 7. |