Changes for page Print-Service Plugin
Change comment:
Copied from xwiki:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.PluginActions.PrintService
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -14,7 +14,7 @@ 14 14 15 15 * File name: File name of the created PDF document. 16 16 * Print mode: Input elements as text: Input elements are converted into plain text fields and the form is adapted to the width of the page. 17 -* Druckmodus: Web view: No changes are made to the form and it is converted so that it looks as closely as it does in a web browser as possible.17 +* Print mode: Web view: No changes are made to the form and it is converted so that it looks as closely as it does in a web browser as possible. 18 18 * Zoom factor: Factory by which the form is scaled. Use this to magnify or scale down very large or very small forms. 19 19 * User groups: 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. 20 20 * URL parameter: 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. ... ... @@ -21,7 +21,7 @@ 21 21 22 22 == Input elements == 23 23 24 -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, seetheoptions above.24 +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. 25 25 26 26 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: 27 27