Hi folks, I have a function, which returns some HTML code as clob object. How can I display it in htmlRenderer component? api_component.setURL sets the URL only, but I need to assign a source, not an URL. Please let me know, Thanks, Tomas |
Hi Michiel, thanks for the reply, I've changed object to htmlEditor, but having problem with setting a value. I'm getting below error:
In PL/SQL:
where l_clob stores html code. Thanks, Tomas Hi Tomas, The "VARCHAR2" is default datatype for all Formspider components. There is a "domain" attribute in htmlEditor component. You may specify datatype of your component as CLOB. Regards, Samet
(27 May '13, 04:33)
Samet Basaran
|