... |
... |
@@ -126,7 +126,7 @@ |
126 |
126 |
|
127 |
127 |
For example: {{code language="none"}}http://localhost:8089/pdf{{/code}} |
128 |
128 |
|
129 |
|
-This completes the setup of the print service plugin and it is available as an action in the [[workflow processing>>doc:Formcycle.Designer.Workflow]]. |
|
129 |
+This completes the setup of the print service plugin and it is available as an action in the [[workflow processing>>doc:Formcycle.Designer.Workflow.WebHome]]. |
130 |
130 |
|
131 |
131 |
=== Troubleshooting === |
132 |
132 |
|
... |
... |
@@ -185,12 +185,12 @@ |
185 |
185 |
; **User groups** |
186 |
186 |
: A virtual user is created when opening the form with Selenium. Select the user groups here to which this virtual user should belong to. Form elements can be configured to be displayed or editable only for certain user groups. |
187 |
187 |
; **URL parameter** |
188 |
|
-: Additional URL parameters added to the URL used when opening the form with Selenium. You can use URL parameters to [[prefill form fields>>Formcycle.FormDesigner.URLParameter]] or access them from within JavaScript. |
|
188 |
+: Additional URL parameters added to the URL used when opening the form with Selenium. You can use URL parameters to [[prefill form fields>>Formcycle.Designer.Form.URLParameter]] or access them from within JavaScript. |
189 |
189 |
|
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. |
|
193 |
+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 |
|