cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying icons based on property matadata

Former Member
0 Kudos

Hi all,

I know how to define a icon, Mime type and how to add icon in resource renderer (rnd:icon).

What we normally do is, we define a mime type and associate an icon with that mime type.

But my requirement is something like this:

I have some documents with Property "Document Type" and this property has values like Forms, Templates, Guidance etc. I want to display my custom icon for every value of property metadata. If a document is tagged as Templates then it should display my Icon for hthe Templates. Now I dont know how to establish a relationship with property metadata an d an Icon.. Please help me out in this.

Cheers!!

Ashutosh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ashutosh,

I think you will have to write your own property renderer for this, which checks the value of the property and then displays the appropriate icon.

-Esther

Former Member
0 Kudos

Hi,

Thanks for the reply. I dont know Java coding. Is there any way around to achieve this using configuration?

Cheers!!

~Ashutosh

Former Member
0 Kudos

Not that I know of. But I'm more of a coder myself and it might well be that there is a way to do it with just config. Hopefully somebody else has an idea?

-Esther