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!

Displaying CLOB column content with markup

AmandaWalshOct 18 2012 — edited Feb 27 2013
I have a table with a CLOB type column, and I a using a n APEX form to input into this column using a Rich Text Editor.

When I save the text and then re-open it again with the Rich Text Editor in the form, the markup (bold, spacing, etc) has successfully been saved and retrieved.

I want to also create another page to show one record at a time (to users who I don't want to be able to edit the form), but I can't get the text to be displayed nicely with the markup.


I have tried using a dynamic PL/SQL region as well as an item within a HTML region, but it always displays without the markup.

How do I do this correctly?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 27 2013
Added on Oct 18 2012
8 comments
3,794 views