cancel
Showing results for 
Search instead for 
Did you mean: 

Color for ObjectAttribute

Former Member
0 Kudos

Hello,

We have a custom master-detail application.

In master list ObjectListItem of which, we need to set conditional colour for ObjectAttributes.

How can we achieve the same.

Seeking help.

Regards,

Ajay

laxmikant_pandit2
Participant
0 Kudos

Hi,

Please let me know how you have achieved colour for ObjectAttributes UI

.

Accepted Solutions (0)

Answers (1)

Answers (1)

santhu_gowdaz
Active Contributor
0 Kudos

You can add css using addStyleClass property. JsDoc Report - SAP UI development Toolkit for HTML5 - API Reference - sap.ui.core.Control

else using custom css you can do- Right click on your element inspect element. take that css class and custom.

Refer-

Google it- Google