Changing the > on the List
Hi
Is there a way I can change or remove the image on the List?
Thank you.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi
Is there a way I can change or remove the image on the List?
Thank you.
Hello! You would need to use CSS to do that, to remove arrows set data-icon="false" in More Properties.
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.
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...
Thank you