22
Views
1
Comments
I would like to display the full text of the comments in the Print preview.
Question

Hello all,

When checking a certain form in print preview, the text in the comment field is cut off in the middle as shown below.

I'd like to display the entire text, but what should I do?
I'm using traditional Outsystems.(not reactive)

Could someone please help me.
Thank you.

Itone

Hello Itone,

I may suggest as work around to have expression which its value same as area textbox (assign same value to both textbox and expression) then by using JavaScript and CSS you can hide container which contains textbox in print and show container that contains expression.

You can check following links for JavaScript code that you can use:

Hide div when printing

Show div using JavaScript

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.