... |
... |
@@ -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,49 @@ |
21 |
21 |
|
22 |
22 |
* Container of the signature element: **.CXSignature** |
23 |
23 |
|
|
24 |
+== Version history == |
|
25 |
+ |
|
26 |
+=== 2.2.2 === |
|
27 |
+ |
|
28 |
+* Fixes: Change event is now triggered upon change |
|
29 |
+ |
|
30 |
+=== 2.2.1 === |
|
31 |
+ |
|
32 |
+* Fixes: Validation and image errors |
|
33 |
+ |
|
34 |
+=== 2.2.0 === |
|
35 |
+ |
|
36 |
+* Feature: Stroke color is now configurable in the designer |
|
37 |
+* Feature: Background image for the signature area is now configurable in the designer |
|
38 |
+ |
|
39 |
+=== 2.1.0 === |
|
40 |
+ |
|
41 |
+* Internal version |
|
42 |
+ |
|
43 |
+=== 2.0.6 === |
|
44 |
+ |
|
45 |
+* 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. |
|
46 |
+ |
|
47 |
+=== 2.0.5 === |
|
48 |
+ |
|
49 |
+* Fixes: Display error in form designer |
|
50 |
+ |
|
51 |
+=== 2.0.4 === |
|
52 |
+ |
|
53 |
+* Fixes: Disable drawing in disabled signature field. Remove the delete button. Prevent Drag & Drop. |
|
54 |
+ |
|
55 |
+=== 2.0.3 === |
|
56 |
+ |
|
57 |
+* Fixes: Widget usable in condition properties in form desginer |
|
58 |
+ |
|
59 |
+=== 2.0.2 === |
|
60 |
+ |
|
61 |
+* Fixes: Set new attribute data-name on the hidden textarea |
|
62 |
+ |
|
63 |
+=== 2.0.1 === |
|
64 |
+ |
|
65 |
+* Fixes: Fix validation, add missing attribute validate-blur and data-force-validation |
|
66 |
+ |
|
67 |
+=== 2.0.0 === |
|
68 |
+ |
|
69 |
+* Initial release for {{formcycle/}} version 7. |