Skip Headers
Oracle® Communications Design Studio Modeling OSM Processes
Release 7.2.4
Go to Design Studio Help Home
Go to Table of Contents
Go to Feedback page

Go to previous page
Go to next page
Mobi · ePub

Style Behavior Properties View CSS Style Tab

Use the Properties view CSS Style tab to define attributes that control the appearance of a given node in the Web client.

Note:

If you define a CSS Class for a Style behavior, the CSS class must exist when deploying OSM. Otherwise, WebLogic Server throws an error and the default class is used.
FIeld Use
CSS Style Attribute Enter a CSS style attribute to change the field value format of the data node associated with the style behavior. For example, to customize the color and background color of the field value, you might enter:

color:#EE7500;BACKGROUND-COLOR: #FFFFDD

CSS Class Name Enter a CSS class name defined in a customPrint.css or customScreen.css file to change the field value format of the data node associated with the style behavior.
Label CSS Style Attribute Enter a CSS style attribute to change the field label format of the data node associated with the style behavior. For example, to customize the color and background color of the field label, you might enter:

color:#EE7500;BACKGROUND-COLOR: #FFFFDD

Label CSS Class Name Enter a CSS class name defined in a customPrint.css or customScreen.css file to change the field label format of the data node associated with the style behavior.

Related Topics

Defining Style Behavior Properties

Working with Behaviors