Question
Ordina
NL
Last activity: 19 Apr 2020 9:47 EDT
Using the value of a property in advanced presentation options
How can we dynamically use css helper class values in the advanced presentation tab with the following details provided?
- Text property: .FunctionalCaseStatus
- Property containing css helper class: .CaseStatusStyler
Here, we want to use the value of .CaseStatusStyler in the cell read-only classes control, and not a hardcoded value such as "badge-bg-info". We can use the latter option by using conditional visibility on multiple instances of the same .FunctionalCaseStatus property, but I think it should be possible to use only one instance of the property and apply the css of .CaseStatusStyler dynamically. I've added a screenshot with the configuration I would expect to work, but I'm not sure if this is the way to go. I would love to hear suggestions on this topic.