... |
... |
@@ -11,7 +11,7 @@ |
11 |
11 |
|
12 |
12 |
== Installation == |
13 |
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.WebHome]]. |
|
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 |
15 |
|
16 |
16 |
== Used CSS classes == |
17 |
17 |
|
... |
... |
@@ -21,3 +21,53 @@ |
21 |
21 |
|
22 |
22 |
* Container of the signature element: **.CXSignature** |
23 |
23 |
|
|
24 |
+== Version history == |
|
25 |
+ |
|
26 |
+=== 2.2.2 === |
|
27 |
+ |
|
28 |
+* Fixes: trigger change event upon change |
|
29 |
+ |
|
30 |
+=== 2.2.1 === |
|
31 |
+ |
|
32 |
+Fixes #2, remove force-validation, hide hidden textarea visually |
|
33 |
+Fixes #5, image reset editor, widget declared wrong property |
|
34 |
+ |
|
35 |
+=== 2.2.0 === |
|
36 |
+ |
|
37 |
+* Feature: Es ist nun zusätzlich möglich die Schriftfarbe der Schrift sowie Hintegrundfarbe des Elements anzupassen. Außerdem besteht die Möglichkeit ein Bild einzufügen, so dass dort Markierungen vorgenommen werden könnten. |
|
38 |
+ |
|
39 |
+=== 2.1.0 === |
|
40 |
+ |
|
41 |
+* Interne Version |
|
42 |
+ |
|
43 |
+=== 2.0.6 === |
|
44 |
+ |
|
45 |
+fix: Initialize signature widgets on all pages before printing. Signatures on |
|
46 |
+pages initially not visible were sometimes missing in the printed PDF |
|
47 |
+document. The fix requires FORMCYCLE 7.0.10+ and the print |
|
48 |
+service 1.3.4+, but this plugin works with older versions. |
|
49 |
+ |
|
50 |
+=== 2.0.5 === |
|
51 |
+ |
|
52 |
+fix: jSignature: elementIsOrphan is now aware of the shadow DOM |
|
53 |
+ |
|
54 |
+=== 2.0.4 === |
|
55 |
+ |
|
56 |
+fix: Disable drawing in disabled signature field. Remove the delete button. |
|
57 |
+Prevent Drag & Drop. |
|
58 |
+ |
|
59 |
+=== 2.0.3 === |
|
60 |
+ |
|
61 |
+Widget usable in condition properties in form desginer |
|
62 |
+ |
|
63 |
+=== 2.0.2 === |
|
64 |
+ |
|
65 |
+Set new attribute data-name on the hidden textarea |
|
66 |
+ |
|
67 |
+=== 2.0.1 === |
|
68 |
+ |
|
69 |
+Fix validation, add missing attribute validate-blur and data-force-validation |
|
70 |
+ |
|
71 |
+=== 2.0.0 === |
|
72 |
+ |
|
73 |
+* Initiales Release für {{formcycle/}} Version 7. |