Set display color via Javascript Condition Formatter

Confluence User - 14 May, 2020

I want to use Javascript Condition Formatter to make column display different color. As below, related column will show the words, so how could I set to show the color not the code?

datalists

2


15 May, 2020
confluenceUser
1
confluenceUser

refer to https://marketplace.joget.org/jw/web/userview/mp/mpp/_/vad?id=condition_formatter-v1, I think the formatting is expecting a javascript code return html string like

"<span class=\"color:#00FF00\">" + {c_VolunteerS} + "</span>"
15 May, 2020
confluenceUser
confluenceUser

Thanks so much.  I changed to 

"<span style=\"color:#00FF00\">" + {c_VolunteerS} + "</span>". and can work.
RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print