Page 1 of 1

overriding control properties

Posted: Thu Feb 26, 2015 1:45 am
by Edmund Wong

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.


overriding control properties

Posted: Thu Feb 26, 2015 12:39 pm
by Maryna Brodina

Hello!

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


overriding control properties

Posted: Fri Mar 06, 2015 12:44 am
by Edmund Wong

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?


overriding control properties

Posted: Fri Mar 06, 2015 1:28 am
by Edmund Wong

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


overriding control properties

Posted: Sat Mar 07, 2015 6:36 pm
by Evgene Karachevtsev

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.