Edmund Wong
Posts: 0
Joined: Wed Feb 25, 2015 10:40 pm

overriding control properties

Is there a way to override the properties of UI controls? For example, I would like to remove the arrow from the popup and disable cornering with group buttons. Setting the property 'data-arrow' to false in the editor does not work.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

overriding control properties

Hello!

Sure, you can use custom CSS http://devcenter.appery.io/documentat...

Edmund Wong
Posts: 0
Joined: Wed Feb 25, 2015 10:40 pm

overriding control properties

I am not able to override the 'data-arrow' property using custom CSS. The only solution I see is to remove the 'data-arrow' property the html file. Perhaps it's better to add a "no arrow" option in the visual app builder?

Edmund Wong
Posts: 0
Joined: Wed Feb 25, 2015 10:40 pm

overriding control properties

I just found out I can de-select the popup arrow option. Still it is strange I cannot override it with CSS using !important

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

overriding control properties

Hello Edmund,

Thank you for the update, glad it works! What considering your note about code!important /code option, you would need to check your css rule, because usually code!important /code works correctly.

Return to “Issues”