Set Label Value
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
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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");