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