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.3
edited by awa
on 14.06.2022, 14:29
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 ==
... ... @@ -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.