Default language.

Customizing styles for fields and other objects


You can specify styles for fields and other objects in a form by creating styles in the appropriate style sheet, and naming the styles in BMC Remedy Developer Studio. To use the same style for several fields, apply the same name to the properties of each field in BMC Remedy Developer Studio.

Applying a custom style

  1. In the style sheet to which you want to apply the style, add the style, using the following syntax:
    styleName {property: value;}
     For example:
    myRaisedBox {
    border-bottom-color: #e9967a;
    border-right-color: #e9967a;
    }
  2. In BMC Remedy Developer Studio, open the form that contains the field to which you want to apply the customized style.
  3. Select the field.
  4. In the Properties tab, select the Custom CSS Style property, and enter the name of the style from your style sheet (for example, myRaisedBox).
  5. Save the form.
  6. Open your browser and clear any temporary (cached) files.
  7. Display the form to verify that the style has been applied to the object.

The following examples show customized styles applied to boxes and buttons.

Customized style for box borders
 (Click the image to expand it.)

css_boxes2.gif

Customized styles for buttons
 (Click the image to expand it.)

css_buttons2.gif

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

Remedy Action Request System 20.02