How can I lookup the URL of an enumeration image?

3
How can I lookup the URL of an enumeration image? I was so happy to discover that there are images associated with Enumeration values, but there is no obvious way to display them. I would expect something like getImage() or getImageUrl() and pass this value to an ImageViewer. Related to this, how can I dynamically reference images from my own module images folder(in order to display them). Thanx a lot in advance!!!
asked
1 answers
3

Enumeration images can only be displayed in data grids (change the format property of the column from Text to Image). They cannot be displayed as images in a data view of the attribute.

If you wish to access an image directly from outside the application, they are located in your deployment directory at web\ui\images\icons folder and have a format of modulename$imagename.. You could use the html snippet widget to include them in a form.

answered