Page 1 of 1

Changing text of a listItem on panel component

Posted: Mon Mar 24, 2014 9:32 pm
by Cody Blue

I have a panel component on my UI that contains list component with multiple listItems. I want to dynamically change the text of one of the listItems.

I run Appery('listItem_name").text("This text") on panel open event. However when the panel opens I do not see the revised text.

What might be going wrong?

Thank you.


Changing text of a listItem on panel component

Posted: Mon Mar 24, 2014 10:01 pm
by Nikita

Hello,

Everything must work fine. Are there any errors in console? Do you create list dynamically via the service?


Changing text of a listItem on panel component

Posted: Tue Mar 25, 2014 4:09 am
by Cody Blue

You are right.

My apologies, the project code modifications were not getting saved in order.

Things are working as expected.