What is "lablecss" property in Maximo

In this article, we will discuss a very useful conditional property in Maximo known as labelcss.

Ankit Chaudhary

5/10/20241 min read

The ‘labelcss’ property is not available in the Control Properties dialog for any control, but it can be used by directly entering it in the XML or within a conditional configuration. This property can be applied to any control that has a ‘label’ property. Multiple valid values can be specified, separated by spaces (e.g., ‘txtred txtbold’) to apply styles like making the text both red and bold. However, due to the nature of CSS files, not all values may render at runtime, as they depend on how other cascading CSS files are set, which influence the control's behavior.

Valid values for "labelcss" property