... |
... |
@@ -1,5 +1,9 @@ |
1 |
1 |
[[**Plugin-Download**>>url:https://customer.formcycle.eu/index.php/apps/files/?dir=/FORMCYCLE%20-%20Plugins%20Customer/fc-plugin-print-service&fileid=8194||rel="noopener noreferrer" target="_blank"]] (requires login) |
2 |
2 |
|
|
3 |
+{{info}} |
|
4 |
+{{formcycle/}} Version 7 requires the //Print-Service// plugin version to be **4.0.0** or higher. |
|
5 |
+{{/info}} |
|
6 |
+ |
3 |
3 |
{{content/}} |
4 |
4 |
|
5 |
5 |
The plugin //Print Services// is available separately and lets you create a PDF document from a form that is optimized for printing. This plugin is subject to additional charge. |
... |
... |
@@ -190,7 +190,7 @@ |
190 |
190 |
== CSS-Anpassungen für Druckbild == |
191 |
191 |
=== Input elements === |
192 |
192 |
|
193 |
|
-To optimize the form for printing, form elements of type [[input field>>Formcycle.FormDesigner.FormElements.Input]], [[text area>>Formcycle.FormDesigner.FormElements.Textarea]] und [[select>>Formcycle.FormDesigner.FormElements.Selection]] (Drop-Down) may be converted to plain text fields, if the print mode is set to Input elements as text. |
|
197 |
+To optimize the form for printing, form elements of type [[input field>>Formcycle.Designer.Form.FormElements.Input]], [[text area>>Formcycle.Designer.Form.FormElements.Textarea]] und [[select>>Formcycle.Designer.Form.FormElements.Selection]] (Drop-Down) may be converted to plain text fields, if the print mode is set to Input elements as text. |
194 |
194 |
|
195 |
195 |
Additionally, the CSS classes //print// and //XSpan// are added to the converted input element that can be used for styling them. For example, in order to change the font size, you can use the following CSS: |
196 |
196 |
|