Rich Text Editor not rendering HTML
We are creating an application in Oracle Apex 4.0. We have created a textarea which has a display type as Rich Text Editor (RTE). We are using CKEditor as the RTE. User will be formatting the data there using HTML markups. The HTML markups will be encoded and saved to the database. We were able to achieve this by adding a configuration "config.htmlEncodeOutput = true;"in “/oracle/product/AS10g/mtier/Apache/apex/images/libraries/ckeditor/3.2”. But, when we want to view the saved data in the textarea, the RTE is not rendering it in HTML. We would like to know what needs to be done to be able to