I am using the following code to set label value on the page load event, but it's not working. Can you please help ?
codeAppery("welcome_label").val('text');/code
I am using the following code to set label value on the page load event, but it's not working. Can you please help ?
codeAppery("welcome_label").val('text');/code
try this Appery("welcome_label").text("the text you want to showt');
Hello Abhigyan,
Thank you @Yang Mega for this advice.
Appery("welcome_label").text("text"); should work.
As per documentation, I use "Apperyio" instead of "Appery":
Apperyio("welcome_label").text("text");