Expand my Community achievements bar.

SOLVED

How do i retrieve a value (string) that is entered in a text field within one touch ui dialog, and have it display in the text field of a different touch ui dialog?

Avatar

Level 2

I want to have a touch ui component that has field in the dialog that displays the value that is entered in a seperate touch ui dialog. What is the best way to go about doing this?

1 Accepted Solution

Avatar

Correct answer by
Level 10

This would require custom JAVASCRIPT code. I will see if there any examples that can help you.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

This would require custom JAVASCRIPT code. I will see if there any examples that can help you.

Avatar

Level 2

That would be very helpful, thank you

Avatar

Community Advisor

Hi,

Since the value is store in the instance of component node and if you dont know the exact node from where the value is store i.e. if there is no relationship between both the nodes, It is difficult to reuse field value in another dialog field.

Design dialog could be the solution if you have a single instance of field across template.



Arun Patidar