CA Service Management

 View Only
  • 1.  Hiding text field border-Catalog

    Posted May 18, 2015 03:49 PM

    Using Catalog 12.7.

    In the Form Designer I am trying to hide only the border for a couple of text fields we are prefilling.  I have tried adding some typical variations of "border=0" HTML tags to the "Style" "Value", but nothing has worked. Has anyone else ever done this?

     

    Thanks,

    Alex



  • 2.  Re: Hiding text field border-Catalog
    Best Answer

    Posted May 18, 2015 06:12 PM

    I have been successful removing the border by putting the following in Style

     

    border: none

     

    But there is also the shadow. I can remove the shadow by putting the following in Style

     

    boxShadow: none

     

    It appears that you cannot have multiple values in the Style property. So if you want both features set to none you will have to create your own CSS Class.