0
Є відповідь

"save text"

Lynsey Hull 10 років тому оновлено Alin Alexandru Matei 10 років тому 0

Is there any way to have user input text boxes?

Відповідь

Відповідь
Є відповідь

Yes you can save the input text by using SetText with target being a text element. Basically this behavior will let the user write down what text he wants and then save it in the text element.

Or you can use the text element as a Note element.

To explain better I've attached a sample app with two pages. One page showing how to set a simple text to save the input user text. And the second page the same action but using the text element as a note.

251 - SetText.zip

Є відповідь

Yes you can save the input text by using SetText with target being a text element. Basically this behavior will let the user write down what text he wants and then save it in the text element.

Відповідь
Є відповідь

Yes you can save the input text by using SetText with target being a text element. Basically this behavior will let the user write down what text he wants and then save it in the text element.

Or you can use the text element as a Note element.

To explain better I've attached a sample app with two pages. One page showing how to set a simple text to save the input user text. And the second page the same action but using the text element as a note.

251 - SetText.zip