Page 1 of 1

List counter problem

Posted: Fri Jan 12, 2018 8:46 pm
by sdanigo

I use list counter to store a variable usefull in one of my program (via a mapping).
If I uncheck the "visible" property, it seems that this variable is no longer set. If I check the "visible" property, all works fine.
As this variable means nothing for my customer, I would like to make it "invisible".

Anybody has an idea ?

Thanks in advance

Sylvain


List counter problem

Posted: Mon Jan 15, 2018 8:12 pm
by Serhii Kulibaba

Hello,

Please add the custom CSS, which hides counters:
pre[name=mobilelist_4] .ui-li-count{
display:none;
}/pre
here "mobilelist_4" - name of your list


List counter problem

Posted: Mon Jan 15, 2018 9:03 pm
by sdanigo

Thanks.
Works fine :-)