Page 1 of 1

Changing the > on the List

Posted: Wed Sep 25, 2013 5:07 am
by Deon

Hi

Is there a way I can change or remove the image on the List?

Thank you.


Changing the > on the List

Posted: Wed Sep 25, 2013 5:47 am
by Maryna Brodina

Hello! You would need to use CSS to do that, to remove arrows set data-icon="false" in More Properties.


Changing the > on the List

Posted: Thu Sep 26, 2013 12:29 am
by Deon

Great thank you.
Do you have a reference guide for the property settings as I would like to change the icon graphic programatically after invoking a service.


Changing the > on the List

Posted: Thu Sep 26, 2013 7:37 am
by Maryna Brodina

Hello! Please take a look here http://api.jquerymobile.com/listview/. If you need to customize needed element you can always use developer tools to find element and change it the way you need http://docs.appery.io/documentation/w...


Changing the > on the List

Posted: Sun Oct 06, 2013 10:32 am
by Deon

Thank you