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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to render HTML source from its path in a dynamic PL/SQL region

Mahmoud_RabieJul 12 2018 — edited Jul 18 2018

Hello Everybody

APEX 18.1

Using apex-nitro makes the front-end development much faster. It is perfect for editing and debugging JS outside APEX using code editors such as VS Code. Thanks a lot to @"Vincent Morneau"

My requirement is to edit and format HTML files locally and upload them to #APP_IMAGES# location. apex-nitro allows that.

However, in a dynamic PL/SQL region, instead of generating HTML tags dynamically. Given that I have no problems with ACLs, I hope to find a way to render HTML from its source on #APP_IMAGES# using a way like the following (I am not sure if it is the best way to do that)

https://stackoverflow.com/questions/11834129/easiest-way-to-render-html-and-getting-its-source-using-pl-sql

My Question is:

How to render HTML source from its path on #APP_IMAGES#, in a dynamic PL/SQL region?

Any suggestions or recommendations would be appreciated.

Best Regards

Mahmoud

This post has been answered by vincentmorneau on Jul 18 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 15 2018
Added on Jul 12 2018
6 comments
766 views