I have a requirement where I am trying to import an external html file from the resource directory in the Mendix application directory. How do I access the resources folder through the HTML Snippet widget to specify the path to file in the html itself?
asked
Aditya Kurkure
1 answers
-1
Hi Aditya,
To access the files from resources folder you have to give the path of the file in ”External File” field of the widget as:
”resources\htmlSample.html”.
Replace htmlSample.html with the name of your html file.