Key, Value Pair | Community
Skip to main content
narayanank84409
New Participant
October 16, 2015
Solved

Key, Value Pair

  • October 16, 2015
  • 2 replies
  • 731 views

How i can achieve Key, value pair.

Ex : I have two textfield.

am entering numeric value in first textfield

and some values in second textfield.

I need to link first textfield as Key and Second textfield as Value.

for easy retrieval.

In First textfield am entering 1(key) and Second textfield am entering Welcome to my Page(value).

If i press 1 Values has to show.

Please need to some inputs.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey
Hi, I think you can implement this via listeners. Write your custom logic in widgets listeners to auto populate value in second textfield based on value in first field.       

2 replies

Employee
October 16, 2015

Hi,

have a look at this article: http://jenikya.com/blog/2013/04/dynamic-dialog-data-in-cq5.html

Regards,

Opkar

edubey
edubeyAccepted solution
New Participant
October 16, 2015
Hi, I think you can implement this via listeners. Write your custom logic in widgets listeners to auto populate value in second textfield based on value in first field.