Hi,
The requirement is simple.
We have a view where we need to display a note on the screen for the usage of our buttons Tasks.
The buttons tasks themselves are only an icon, taken from googles material.io .
The note itself is a field of HTML domain and we placed the below:
<p>Please contact us <i class="material-icons">contact_mail</i> if having second thoughts on approved <i class="material-icons">thumb_up</i> or disapproved <i class="material-icons">thumb_down</i> planning </p>
The result should be something like this:
In order to load the images in the note field, we added in the index.html header of the Universal GUI the line as instructed of:
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
In order for the images be incorporated within the text as shown in the image above.
Unfortunately it is blocked. Any idea why ?