Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Setting visibility of list item counter

Hi

Is there a way to set the List Counter of a List Item to invisible after mapping. I want to make the counter invisible if the counter = 0

Thank you

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Setting visibility of list item counter

Hello Deon,

Please add a mapping to the property "Counter visible" of the list item with JS code: prereturn value === 0;/pre
It'll show the counter if it is equal to 0, and hide it if is has another value;

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Setting visibility of list item counter

Great, thank you.

Return to “Issues”