346
Views
4
Comments
Solved
How to change color of an Icon?

When I choose from a Combo Box a color, I want the color of the Icon beside it to change. How to do it?


Screenshot (25).png
2023-11-22 10-51-50
Jozy Sohail
Solution

Hi @Sameeksha ,

You can create a static entity with colors and their color codes and assign it to the dropdown.

then create a local variable to assign a color and assign that var to dropdown and add a style property to the icon as shown below.


Adding the OML for better understanding, refer the icon color screen.

Regards.

Jozy.

ExportExcel.oml
2021-12-23 04-28-09
Navneet Sharma
Solution

Hello,

Adding the OML for better understanding.

I hope you fill find the Solutions


Thanks & Regards.

Navneet Sharma


IconColorChange.oml
2023-12-14 09-56-57
Yogesh Javir

Hello,

Can you please brief more,
Are you going to choose color using combobox.If yes then you have to use If condition to assign color else you have to create CSS class and based on if condition assign respective class

like
If choose red then CSS class for red color will get applied to icon

Hope you understand.

Thanks

Yogesh

2022-01-13 08-29-52
Saravanan Santhanam

Hi Sameeksha,

Kindly follow the below-mentioned approach for changing Icon colors using the dropdown. 

https://saravanan-gamechanger.outsystemscloud.com/SchneiderPractice/Icon.aspx?_ts=637950403371878590

Customize the colors based on your need.

I hope this helps!

Regards,
Saravanan Santhanam.

IconPractice.oml
2023-11-22 10-51-50
Jozy Sohail
Solution

Hi @Sameeksha ,

You can create a static entity with colors and their color codes and assign it to the dropdown.

then create a local variable to assign a color and assign that var to dropdown and add a style property to the icon as shown below.


Adding the OML for better understanding, refer the icon color screen.

Regards.

Jozy.

ExportExcel.oml
2021-12-23 04-28-09
Navneet Sharma
Solution

Hello,

Adding the OML for better understanding.

I hope you fill find the Solutions


Thanks & Regards.

Navneet Sharma


IconColorChange.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.