Coding Duchess
Coding Duchess

Reputation: 6919

Oracle APEX - How to not escape special characters in an IG column

I have an IG on my APEX page and a column that contains a linebreak <br>. If I was using IR I could have set the property to not escape special characters but I must have an IG. Is there a workaround for an IG column not to escape special characters without having to switch to IR?

Upvotes: 1

Views: 6803

Answers (1)

Littlefoot
Littlefoot

Reputation: 143123

It makes sense to escape special characters only if you opt to display that column's contents (i.e. not modify it).

If that's OK with you, set column's type to display only. Then scroll down to its "Security" section and you'll see the "Escape special characters" property.

Upvotes: 2

Related Questions