Expand my Community achievements bar.

Border edge and fill color

Avatar

Former Community Member

Hi all,

I already know how to change the color of the edges and fill color using javascript. However, I'm wondering if it's possible to set the color to "clear" - that is no color, instead of white.

Thank you!

nh39

4 Replies

Avatar

Level 10

You can probably try hiding the edges.. I do not think you have a clear option.

    

Thanks

Srini

Avatar

Former Community Member

Srini,

Thank you for your answer. I'll give it a try and let you how it turns out.

Avatar

Level 10

Hi,

Try,

this.ui.oneOfChild.border.edge.presence = "invisible";

You will see this in action in the middle examples of page 2 of this form: http://assure.ly/ewrLMo.

Niall