2 Replies Latest reply: Dec 11, 2012 4:26 AM by Veena_07 RSS

    How to remove the blue border line of dialogfieldset

    Veena_07 Community Member

      Hi

        

       

           How can we remove the border line of dialogfieldset. I have tried using container instead , but it wont render the fieldLabels. Any help would be appreciable

       

       

      Thanks

       

      Veena

        • 1. Re: How to remove the blue border line of dialogfieldset
          kasq Community Member

          Hi Vena,

           

          If you want remove blue border line for this kind of widget in the dialog, please just only for node which xtype='dialogfieldset ' set new String property style with value border-color: #FFFFFF.

           

          Of course you need clear web browser cache, then refresh a page and you should see on the opened dialog fieldset without a border.

           

          If you want to do this for all dialogfieldset you need customize a little bit FieldSet.js or some css file inside CQ, but in case if you want change this behavior for one or two fieldset you can easily add this property.

           

          Reagrds,

          kasq

          • 2. Re: How to remove the blue border line of dialogfieldset
            Veena_07 Community Member

            Hey kasq

             

                 Thanks a lot for the help..... It is working perfectly

             

            Thanks

             

            Veena