Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Textarea - readonly - wrap text

PauloNov 27 2012 — edited Dec 3 2012
Hi,

I have a Textarea item which in its "HTML Form Element Attributes" has style="width: 132px;".

The source is "Database Column".

There is a Read only condition.

The problem is that sometime the value of the field is a loooooong string of characters without any spaces (only comma separates values). So, when the "Read only" condition is met, the width of the page go a lot more than the screen because of that item.

I was hoping than using some HMTL code in "Read Only Element Table Cell(s) Attributes" will correct the display like this:
width:132px; word-wrap:break-word;

But, it doesn't do anything.

What should I do?

Thanks for your help.

Note: I'm using ApEx 4.1.0.00.32
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 27 2012
Added on Nov 27 2012
8 comments
1,922 views