I am trying to assign the value entered in the text box to a label on button click event.
In this i am running the javascript on button click.
var in= Appery('input');
I got the value of text box in the variable 'in'.
but can not assign this value to the label or another textbox.