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?
Solved! Go to Solution.
This would require custom JAVASCRIPT code. I will see if there any examples that can help you.
Views
Replies
Total Likes
This would require custom JAVASCRIPT code. I will see if there any examples that can help you.
Views
Replies
Total Likes
That would be very helpful, thank you
Views
Replies
Total Likes
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.