Page 1 of 1

How can I assign a text box value to a label on button click event?

Posted: Wed Sep 11, 2013 1:06 pm
by Priyanka Bembalkar

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.


How can I assign a text box value to a label on button click event?

Posted: Wed Sep 11, 2013 1:34 pm
by Maryna Brodina

Hello! You can save value to local storage (Set Local Storage action) and put it into Label (set Property action) on button Click event.