Question
1
Replies
1168
Views
HCL Techonlogies
Posted: January 25, 2019
Last activity: January 25, 2019
Closed
Custom Inline Style To Skin
Hello All,
I hope every one doing good. We have some scenario where conditionally entire row needs to be highlighted in red color.
We tried below apprach
1. Created Grid
2. After heading row, the property configured row, we added below inline style
<pega:when name="WhenRuleHere"> background-color: red; </pega:when>
Is there any way, we can moved this inline style can be moved to skin rule.
Thanks
Alagar
I do not think we can move this to the skin, because the skin contains CSS files which cannot contain <pega: when> rule.