Question
Oversea - Chinese Banking Corporation Limited
SG
Last activity: 26 Sep 2022 8:46 EDT
Wrap Text check box disabled in text input using in Dynamic layout
I have a requirement to wrap the text data inside a text input box in read only mode, I am using dynamic layout but wrap text check box is missing.
How can I enable the wrap text check box in Text input ??
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Updated: 26 Sep 2022 8:46 EDT
Oversea - Chinese Banking Corporation Limited
SG
Thank you SwarnenduM,
mine is a different case , with in a dynamic layout one text box having max length 300 characters , for testing I need to wrap the text.
I did this using skin control.
Thanks.
BUPA
AU
Hi,
This option is not available for Dynamic Layout as Dynamic Layout will adjust with screen display area and will automatically handle the wrapping of data. This is as per UX design principle.
If you still want it then you have to choose free form layout to get this option instead of dynamic layout.
Accepted Solution
Updated: 26 Sep 2022 8:46 EDT
Oversea - Chinese Banking Corporation Limited
SG
Thank you SwarnenduM,
mine is a different case , with in a dynamic layout one text box having max length 300 characters , for testing I need to wrap the text.
I did this using skin control.
Thanks.
-
Dondla Satish
Pegasystems Inc.
IN
Hello Dondla,
You can try adding the inline css style in advanced presentation options. Please find the attachment for your reference.
I hope this may help you.
Thanks & Regards,
Durga
-
Sreeja Konda RACHANA KATTA Kannan Chandrasekar
Inovar
SA
Hi,
I tried this , but it's not working for me. Is there any other way to wrap the text in dynamic layouts.?
Could you please let me know
Instellars
SG
Hi Durga_Bhanuja,
Shared inline CSS style was working for one my issue.
Thanks & Regards,
Venkat
TATA Consultancy Services
IN
Use Max-Width css style its will help you.
-
Dondla Satish
Pegasystems Inc.
IN
Inline css word-break:break-all; word-wrap: break-word; working fine