Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
We can host the images "inline", inside the form (i.e. Custom HTML) or Userview menu (i.e. Rich Text Editor) itself.
For example, we want to show the image below in a Rich Text Editor in Userview Builder.
Figure 1: Sample photo
Add the img tag into the HTML Source Editor and put in the code copied earlier into the src attribute.
<img src="PASTE THE CODE HERE"/>
Reference: https://css-tricks.com/data-uris/
Assuming that you are running on the default application web server, Tomcat, we can create a new folder in the webapps folder to specifically host images.
Add the img tag into the HTML Source Editor and construct the URL path to the image.
<img src="/images/hi.png"/>