navya kodali
Posts: 0
Joined: Wed Jan 22, 2014 6:47 am

how to add input values text.

Hello,

I have three input fields.dynamically i will type some values into that fields.after that i want to show that total of three inputs value into another input filed.
how to do this?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

how to add input values text.

Hello!

Retrieve input values with JS, do necessary calculations and save results where you need http://docs.appery.io/documentation/j...

navya kodali
Posts: 0
Joined: Wed Jan 22, 2014 6:47 am

how to add input values text.

Hi,
My input fields names are text1,text2,text3.
result field name is Result.

where should i wrote js how to do addition for those 3 ( text1,text2,text3).
result should be displayed in Result input field.

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

how to add input values text.

Hello,

You can add a handler for any events:
http://docs.appery.io/documentation/w...

A value of input component you can get in this way:
Appery("text1").val();

Return to “Issues”