CA Service Management

  • 1.  CSS class in catalog forms

    Posted Nov 11, 2016 03:56 AM

    HI,

     

    Need a example how to use css class in forms . Can anyone post how to use this feild. for example to make text bold and for href

     



  • 2.  Re: CSS class in catalog forms
    Best Answer

    Posted Nov 11, 2016 04:34 PM

    Hi

     

    Add the CSS definition to formdesigner.css this file is usually in C:\Program Files\CA\Service Catalog\view\webapps\usm\gwt\fdBase\css

     

    for bold you can add this definition.

     

    .thick {
        font-weight: bold;
    }

     

    then the "CSS class" for the field is "thick"

     

    This is the link of use of formdesigner.css

    https://docops.ca.com/ca-service-management/14-1/en/using/service-catalog-management/manage-forms/form-attributes



  • 3.  Re: CSS class in catalog forms

    Posted Dec 29, 2016 08:14 AM

    Hi, what about the style for the label of  textarea?