Set value to Button
Hi,
Is it possible to set value of button component, value is coming via rest service
Thanks,
Ishani
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/
Hi,
Is it possible to set value of button component, value is coming via rest service
Thanks,
Ishani
Hi Ishani,
You can use this code:preAppery("mobilebutton").text("test")/preWhere mobilebutton is a button component name.
Hi, I dont want to change the text, i Want to bind value to button with particular Id
Hi Ishani,
What do you mean by id? If HTML attribute id - use this:prescreenName_mobiletextarea/pre ('screenName' is a page name, 'mobiletextarea' is a component name).
What do you mean by binding textarea with id?
Thanks Katya, I solved it ![]()