Expand my Community achievements bar.

How to set the Button caption using script

Avatar

Level 2

Hi All,

In a table for each row i need to create a buttone with the caption of index number, Please help in setting the caption of button using script.

Thanks,

Abhijit

1 Reply

Avatar

Level 2

Got the solution

Button1.resolveNode("caption.value.#text").value

= btnName;