This content has been marked as final.
Show 2 replies
-
1. Re: How to remove the blue border line of dialogfieldset
kasq Dec 11, 2012 3:25 AM (in response to Veena_07)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 Dec 11, 2012 4:26 AM (in response to kasq)Hey kasq
Thanks a lot for the help..... It is working perfectly
Thanks
Veena

