Changes for page Print-Service-Plugin


From version 10.2
edited by awa
on 14.06.2022, 14:28
Change comment: There is no comment for this version
To version 10.4
edited by awa
on 14.06.2022, 14:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -177,8 +177,8 @@
177 177  The described steps are only a workaround and the environment variables should be set back to the default values after the successful installation!
178 178  
179 179  {{code language="none"}}
180 -PS C:\test> $env:NODE_TLS_REJECT_UNAUTHORIZED = 0
181 -PS C:\test> npm set strict-ssl false
180 +PS C:\test> $env:NODE_TLS_REJECT_UNAUTHORIZED = 0
181 +PS C:\test> npm set strict-ssl false
182 182  {{/code}}
183 183  
184 184  == Usage and options ==
... ... @@ -194,7 +194,7 @@
194 194  ; Zoom factor
195 195  : Scale factor for the form. Use this to magnify or scale down very large or very small forms.
196 196  ; Blank form
197 -: Can be used to create PDF documents that can be printed out and filled out manually with a pen. When enabled, all form field values are cleared and all hidden fields are shown. In addition, the maximum number of element repetitions are created.
197 +: (requires at least print plugin version 4.2.0 and print service version 1.4.0) Can be used to create PDF documents that can be printed out and filled out manually with a pen. When enabled, all form field values are cleared and all hidden fields are shown. In addition, the maximum number of element repetitions are created.
198 198  ; User groups
199 199  : 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.
200 200  ; URL parameter
... ... @@ -353,6 +353,7 @@
353 353  === 4.2.0
354 354  
355 355  * feature: New option //blank form//
356 +* feature: Add special CSS classes to the //form.xm-form// such as //xm-print//
356 356  * change: When an element is marked as hidden during print in the form designer (advanced -> Word and PDF export options), the element is now hidden when the print service is used as well. This feature requires at least {{formcycle/}} version 7.0.14.
357 357  * change: Applicable only when //print mode// is set to //dynamic//: When an input field did not have a value, its placeholders was shown instead. This was changed so that no value is shown when the input field does not have a value.
358 358  * change: Applicable only when //print mode// is set to //dynamic//: When a select field displayed as a dropdown menu did not have a value, the text //Please select// was shown instead. This was changed so that no text is shown anymore when the select field does not have a value.