Kinson Sa
Posts: 0
Joined: Sun Mar 22, 2015 9:40 pm

Change label in a list

I try to search but I did not find the solution.

I have a list that contain grid and label, my problem is that when a button click it search on data base and I need to change all labels to new name. I use this in mapping:

Apperyio("mobilelabel_61").text("Salida");

But only first item on list change the label, other item labels do not change.

Any idea?

Thanks in advance.
Pedro

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

Change label in a list

Hello,

Please se JS below for that:
pre$("[name=mobilelabel_61]").text("Salida"); /pre

Kinson Sa
Posts: 0
Joined: Sun Mar 22, 2015 9:40 pm

Change label in a list

Dear Sergiy, it works thanks.

Return to “Issues”