Page 1 of 1

How to change listview icon in JS?

Posted: Wed Apr 23, 2014 6:37 am
by GodSpeed JP1

Hi,
I am tring to change the icon of list item in JS.
I tried Appery('listitemname').attr('data-icon','gear');
But it does not work.
Anyone know this?Thank you.


How to change listview icon in JS?

Posted: Wed Apr 23, 2014 7:32 am
by Maryna Brodina

Hello!

Please take a look here https://getsatisfaction.com/apperyio/...


How to change listview icon in JS?

Posted: Wed Apr 23, 2014 12:57 pm
by GodSpeed JP1

Hello Maryna,
I tried that ,but it seems not work.


How to change listview icon in JS?

Posted: Thu Apr 24, 2014 2:27 pm
by Kateryna Grynko

Hi,

Try this custom CSS code please: pre.myclass:after{
/* any styles for listview icon */
}/preThen add this class for the listitem to which you want to add this background :preAppery("listitemName").addClass("myclass");/pre