Hi,
I have implemented Dynamic color coding in the custom page using the below sample code in my controller and modified the Custom.xss file
OAMessageStyledTextBean job = (OAMessageStyledTextBean)table.findIndexedChildRecursive("Global");
OADataBoundValueViewObject cssjob = new OADataBoundValueViewObject(job,"Color");
job.setAttributeValue(oracle.cabo.ui.UIConstants.STYLE_CLASS_ATTR, cssjob);
Color coding is working fine in the Internet Explorer 8 where as not working in the IE11 or google chrome.
Any help is appreciated.
Thanks,
VV